mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
[POWERPC] pseries/firmware.c should include pseries/pseries.h
The declaration for fw_feature_init() is in pseries.h and implemented in firmware.c, so the latter should include the former. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
1c21a2937b
commit
3ff1999b2c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
#include <asm/prom.h>
|
#include <asm/prom.h>
|
||||||
#include <asm/udbg.h>
|
#include <asm/udbg.h>
|
||||||
|
|
||||||
|
#include "pseries.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned long val;
|
unsigned long val;
|
||||||
|
|
Loading…
Reference in a new issue