mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 03:26:41 +07:00
9dd446f657
Remove the gesbc9312.h header since it is unused. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
16 lines
232 B
C
16 lines
232 B
C
/*
|
|
* arch/arm/mach-ep93xx/include/mach/hardware.h
|
|
*/
|
|
#ifndef __ASM_ARCH_HARDWARE_H
|
|
#define __ASM_ARCH_HARDWARE_H
|
|
|
|
#include "ep93xx-regs.h"
|
|
|
|
#define pcibios_assign_all_busses() 0
|
|
|
|
#include "platform.h"
|
|
|
|
#include "ts72xx.h"
|
|
|
|
#endif
|