]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi: spi-au1550.c was implicitly using module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 23:33:33 +0000 (19:33 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:32:11 +0000 (17:32 -0400)
commit6d0221f6875b1c973fcd3c10a1e6c92c2ab3c102
treed3a56b8af79a7ef8112f866b3e1b09551878e81e
parent84d25da5a7e136160df9d1d80213fd2db9cc9738
spi: spi-au1550.c was implicitly using module.h

It needs the full module.h header, else you get:

drivers/spi/spi-au1550.c:1030: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/spi/spi-au1550.c