diff options
Diffstat (limited to 'drivers/video/fbcmap.c')
| -rw-r--r-- | drivers/video/fbcmap.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbcmap.c b/drivers/video/fbcmap.c index affdf3e32cf..5c3960da755 100644 --- a/drivers/video/fbcmap.c +++ b/drivers/video/fbcmap.c @@ -80,6 +80,7 @@ static const struct fb_cmap default_16_colors = {   *	@cmap: frame buffer colormap structure   *	@len: length of @cmap   *	@transp: boolean, 1 if there is transparency, 0 otherwise + *	@flags: flags for kmalloc memory allocation   *   *	Allocates memory for a colormap @cmap.  @len is the   *	number of entries in the palette.  |