mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 05:36:24 +00:00
[POWERPC] Fix compile breakage for IBM/AMCC 4xx arch/ppc platforms
The IBM/AMCC 405 platforms don't compile anymore in the current kernel version. This fixes the compile breakage. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
e358ae4dd4
commit
f48419666e
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <linux/module.h>
|
||||
#include <asm/ibm4xx.h>
|
||||
#include <asm/ocp.h>
|
||||
|
||||
struct ocp_sys_info_data ocp_sys_info = {
|
||||
|
|
Loading…
Reference in a new issue