forked from Minki/linux
3dfaa762b5
When CONFIG_PCI is disabled, the definitions for isa_io_base, isa_mem_base and pci_dram_offset are entirely unused, but they can result in link failure because they are defined in multiple places. The easiest fix is to just remove all these definitions. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
22 lines
574 B
C
22 lines
574 B
C
/*
|
|
* mpc7448_hpc2.h
|
|
*
|
|
* Definitions for Freescale MPC7448_HPC2 platform
|
|
*
|
|
* Author: Jacob Pan
|
|
* jacob.pan@freescale.com
|
|
* Maintainer: Roy Zang <roy.zang@freescale.com>
|
|
*
|
|
* 2006 (c) Freescale Semiconductor, Inc. This file is licensed under
|
|
* the terms of the GNU General Public License version 2. This program
|
|
* is licensed "as is" without any warranty of any kind, whether express
|
|
* or implied.
|
|
*/
|
|
|
|
#ifndef __PPC_PLATFORMS_MPC7448_HPC2_H
|
|
#define __PPC_PLATFORMS_MPC7448_HPC2_H
|
|
|
|
#include <asm/ppcboot.h>
|
|
|
|
#endif /* __PPC_PLATFORMS_MPC7448_HPC2_H */
|