diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2007-10-11 23:53:58 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-11 23:53:58 +0200 |
commit | 8cb1f567f4c0a2fde9cbf77c2af888a28cab3423 (patch) | |
tree | 25eca9fb54250856e9acfcb122a8fbdc1f1d8106 /drivers/ide/legacy/Makefile | |
parent | hpt366: MWDMA filter for SATA cards (take 2) (diff) | |
download | linux-8cb1f567f4c0a2fde9cbf77c2af888a28cab3423.tar.xz linux-8cb1f567f4c0a2fde9cbf77c2af888a28cab3423.zip |
ide: Platform IDE driver
This is now very similar to pata_platform.c, they both use
same platform data structure and same resources.
To achieve that, byte_lanes_swapping platform data variable
and platform specified iops removed from that driver. It's fine,
since those were never used anyway.
pata_platform and ide_platform are carrying same driver names,
to easily switch between these drivers, without need to touch
platform code.
Bart:
- build fix from Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Vitaly Bordug <vitb@kernel.crashing.org>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/legacy/Makefile')
-rw-r--r-- | drivers/ide/legacy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/legacy/Makefile b/drivers/ide/legacy/Makefile index c7971061767e..409822349f10 100644 --- a/drivers/ide/legacy/Makefile +++ b/drivers/ide/legacy/Makefile @@ -7,6 +7,8 @@ obj-$(CONFIG_BLK_DEV_UMC8672) += umc8672.o obj-$(CONFIG_BLK_DEV_IDECS) += ide-cs.o +obj-$(CONFIG_BLK_DEV_PLATFORM) += ide_platform.o + # Last of all obj-$(CONFIG_BLK_DEV_HD) += hd.o |