diff options
author | Arnd Bergmann <arndb@de.ibm.com> | 2005-11-01 02:08:40 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-01 11:03:04 +0100 |
commit | edf03c1ee84e5095e8f4a4b8ad6e0784118cb176 (patch) | |
tree | 2b86e57df3cfd2767fffb55ccf4b04e4d28c5c75 /arch/ppc64/kernel/Makefile | |
parent | [PATCH] powerpc: move rtas_fw.c out of platforms/pseries (diff) | |
download | linux-edf03c1ee84e5095e8f4a4b8ad6e0784118cb176.tar.xz linux-edf03c1ee84e5095e8f4a4b8ad6e0784118cb176.zip |
[PATCH] powerpc: move mmio_nvram.c over to arch/powerpc
The nvram code formally known as bpa_nvram.c is rather
generic really, so it is quite likely to be useful to
future boards not based on cell.
This patch puts it into arch/powerpc/sysdev.
Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index a01a9de9eb56..afd445114446 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -31,7 +31,7 @@ endif obj-$(CONFIG_PPC_PSERIES) += rtasd.o udbg_16550.o -obj-$(CONFIG_PPC_CELL) += bpa_setup.o bpa_iommu.o bpa_nvram.o \ +obj-$(CONFIG_PPC_CELL) += bpa_setup.o bpa_iommu.o \ bpa_iic.o spider-pic.o obj-$(CONFIG_KEXEC) += machine_kexec.o |