diff options
author | Philip J Kelleher <pjk1939@linux.vnet.ibm.com> | 2013-02-27 19:24:59 +0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-03-11 22:53:55 +0400 |
commit | 9bb3c4469e317919b0fde8c0e0a3ebe7bd2cf167 (patch) | |
tree | eedff7334f2d933d9d1d1b29d56d1828a55aac92 /drivers/block/rsxx/Makefile | |
parent | 03ac03a8971bd7e9f8c8b20a309b61beaf154d60 (diff) | |
download | linux-9bb3c4469e317919b0fde8c0e0a3ebe7bd2cf167.tar.xz |
block: IBM RamSan 70/80 branding changes.
This patch includes changing the hardware branding name from
IBM RamSan to IBM FlashSystem.
v2 Changes include:
o Removing the unnecessary IBM Vendor ID #define
v1 Changes include:
o Changed all references of RamSan to FlashSystem.
o Changed the vendor/device IDs for the product.
o Changed driver version number.
o Updated the MAINTAINERS file.
o Various other little things.
Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/rsxx/Makefile')
-rw-r--r-- | drivers/block/rsxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/rsxx/Makefile b/drivers/block/rsxx/Makefile index f35cd0b71f7b..b1c53c0aa450 100644 --- a/drivers/block/rsxx/Makefile +++ b/drivers/block/rsxx/Makefile @@ -1,2 +1,2 @@ obj-$(CONFIG_BLK_DEV_RSXX) += rsxx.o -rsxx-y := config.o core.o cregs.o dev.o dma.o +rsxx-objs := config.o core.o cregs.o dev.o dma.o |