]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
HID: picolcd: using vmalloc() requires the include of vmalloc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 16 Aug 2012 05:20:10 +0000 (15:20 +1000)
committerJiri Kosina <jkosina@suse.cz>
Thu, 16 Aug 2012 10:04:26 +0000 (12:04 +0200)
commitd1c60a0350a1840281d4de579af6c7665d7ed877
tree378e1af94de1ae6661e1ac17341ace6ad8e877e5
parentefdbb10eaaede124fb32751e9aaf19d506301bd2
HID: picolcd: using vmalloc() requires the include of vmalloc.h

Fixes thes build errors:

drivers/hid/hid-picolcd_fb.c: In function 'picolcd_fb_destroy':
drivers/hid/hid-picolcd_fb.c:350:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
drivers/hid/hid-picolcd_fb.c: In function 'picolcd_init_framebuffer':
drivers/hid/hid-picolcd_fb.c:508:2: error: implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration]
drivers/hid/hid-picolcd_fb.c:508:12: warning: assignment makes pointer from integer without a cast [enabled by default]

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-picolcd_fb.c