diff options
author | Eiichiro Oiwa <eiichiro.oiwa.nm@hitachi.com> | 2006-10-23 15:14:07 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-10-27 11:20:33 -0700 |
commit | 6b5c76b8e2ff204fa8d7201acce461188873bf2b (patch) | |
tree | 6e3864c98fdcca8aa5609ad799349513d9372a10 /arch/ia64/pci/Makefile | |
parent | 35ae61a0f43ebbabc3cb4345136ca529fc4d6700 (diff) | |
download | blackbird-op-linux-6b5c76b8e2ff204fa8d7201acce461188873bf2b.tar.gz blackbird-op-linux-6b5c76b8e2ff204fa8d7201acce461188873bf2b.zip |
PCI: fix pci_fixup_video as it blows up on sparc64
This reverts much of the original pci_fixup_video change and makes it
work for all arches that need it.
fixed, and tested on x86, x86_64 and IA64 dig.
Signed-off-by: Eiichiro Oiwa <eiichiro.oiwa.nm@hitachi.com>
Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/ia64/pci/Makefile')
-rw-r--r-- | arch/ia64/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/pci/Makefile b/arch/ia64/pci/Makefile index e66889e6922a..fb14dc520d2d 100644 --- a/arch/ia64/pci/Makefile +++ b/arch/ia64/pci/Makefile @@ -1,4 +1,4 @@ # # Makefile for the ia64-specific parts of the pci bus # -obj-y := pci.o +obj-y := pci.o fixup.o |