]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memstick: Add module.h to the modular users in drivers/memstick
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 19:12:37 +0000 (15:12 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 03:43:51 +0000 (23:43 -0400)
commit2d2cf6ab7f5cff7b4d82bff9b333b388c3241da2
tree53d0f6a877ee0d962d23235ca4760fefda3e5659
parent6641eb4166d593f0ae842ef8903d9e6ee3e3db93
memstick: Add module.h to the modular users in drivers/memstick

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