]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/memstick: Add module.h to the prev. implicit modular users
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 19:12:37 +0000 (15:12 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 17:59:42 +0000 (13:59 -0400)
commit8bd4ce4cde0c54ba18fc0c73716b9b44e98d519e
treef51adba886a87ca8db86b8980e857c031f679df0
parent777d2c29870b2c60aa7c23136fe01225b13c6bac
drivers/memstick: Add module.h to the prev. implicit modular users

This is another group of drivers that simply assumed that module.h was
everywhere.  But it won't be once we clean up its presence from device.h
Call out the real users of it in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/memstick/core/memstick.c
drivers/memstick/core/mspro_block.c
drivers/memstick/host/jmb38x_ms.c
drivers/memstick/host/tifm_ms.c