]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm: fix implicit memset usage in mach-omap2 platform
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 14:52:44 +0000 (10:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 19:10:30 +0000 (15:10 -0400)
commitb1c69537699affecbb570c6fbd011a1d3b673740
treec20c563ccd29790043a364a54d9e7ba155593724
parentae0eff6a1d885d6ce5c4e2d6acd4c48becd3f76b
arm: fix implicit memset usage in mach-omap2 platform

To fix things like this:

arch/arm/mach-omap2/usb-tusb6010.c: In function 'tusb_set_async_mode':
arch/arm/mach-omap2/usb-tusb6010.c:58: error: implicit declaration of function 'memset'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/arm/mach-omap2/display.c
arch/arm/mach-omap2/gpmc-onenand.c
arch/arm/mach-omap2/usb-tusb6010.c