USB: gadget: f_fs.c needs to include pagemap.h
authorRandy Dunlap <[email protected]>
Mon, 10 May 2010 17:51:36 +0000 (10:51 -0700)
committerGreg Kroah-Hartman <[email protected]>
Thu, 20 May 2010 20:21:44 +0000 (13:21 -0700)
Fix g_ffs build error, add a needed header file:

drivers/usb/gadget/f_fs.c:1064:error: 'PAGE_CACHE_SIZE' undeclared (first use in this function)
drivers/usb/gadget/f_fs.c:1065:error: 'PAGE_CACHE_SHIFT' undeclared (first use in this function)

Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: MichaƂ Nazarewicz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/gadget/f_fs.c

index af89ca672c6040b1e89b95d9872865803eae7537..d69eccf5f197cb8bc890d78d847ca5637eab0a54 100644 (file)
@@ -28,6 +28,7 @@
 /* #define VERBOSE_DEBUG */
 
 #include <linux/blkdev.h>
+#include <linux/pagemap.h>
 #include <asm/unaligned.h>
 #include <linux/smp_lock.h>