aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/Makefile
diff options
context:
space:
mode:
authorMaxim Levitsky <maximlevitsky@gmail.com>2013-09-11 14:26:02 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-11 15:59:35 -0700
commit0ab30494bc4f3bc1ea4659b7c5d97c5218554a63 (patch)
tree05f4f8e6024c5f20baba9579a4225ddb5e21f0b9 /drivers/memstick/core/Makefile
parentdrivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() (diff)
downloadlinux-dev-0ab30494bc4f3bc1ea4659b7c5d97c5218554a63.tar.xz
linux-dev-0ab30494bc4f3bc1ea4659b7c5d97c5218554a63.zip
memstick: add support for legacy memorysticks
Based partially on MS standard spec quotes from Alex Dubov. As any code that works with user data this driver isn't recommended to use to write cards that contain valuable data. It tries its best though to avoid data corruption and possible damage to the card. Tested on MS DUO 64 MB card on Ricoh R592 card reader. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Cc: Valdis Kletnieks <Valdis.Kletnieks@vt.edu> Cc: Jens Axboe <axboe@kernel.dk> Cc: Alex Dubov <oakad@yahoo.com> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/memstick/core/Makefile')
-rw-r--r--drivers/memstick/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memstick/core/Makefile b/drivers/memstick/core/Makefile
index ecd029937738..0d7f90c0ff25 100644
--- a/drivers/memstick/core/Makefile
+++ b/drivers/memstick/core/Makefile
@@ -3,5 +3,5 @@
#
obj-$(CONFIG_MEMSTICK) += memstick.o
-
+obj-$(CONFIG_MS_BLOCK) += ms_block.o
obj-$(CONFIG_MSPRO_BLOCK) += mspro_block.o