]> 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, 11 Aug 2011 21:31:48 +0000 (17:31 -0400)
commitbbb6e721ea3f5230a9e6a8368ed0d6d306352294
tree5e60c6967ac11ccb3408ab7dc2c30dd4d7430164
parent3a7b71aed5f4125444ea4ef10c9ab0a76c53af9f
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