Re: [PATCH] spi: nuc900: Include linux/module.h

2011-11-23 Thread Paul Gortmaker
[[PATCH] spi: nuc900: Include linux/module.h] On 24/11/2011 (Thu 11:10) Axel Lin wrote: > Include linux/module.h to fix below build error: Looks fine to me ; I'll assume that this is going upstream via the nuc900 maintainer since the module split up is old news at this point in time.

[PATCH] spi: nuc900: Include linux/module.h

2011-11-23 Thread Axel Lin
Include linux/module.h to fix below build error: CC drivers/spi/spi-nuc900.o drivers/spi/spi-nuc900.c:484: error: 'THIS_MODULE' undeclared here (not in a function) drivers/spi/spi-nuc900.c:489: error: expected declaration specifiers or '...' before string constant drivers/spi/spi-nuc900.c