summaryrefslogtreecommitdiff
path: root/arch/parisc/include
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-08-30 08:10:01 +0200
committerHelge Deller <deller@gmx.de>2023-08-31 21:42:42 +0200
commiteb3255ee8f6f4691471a28fbf22db5e8901116cd (patch)
tree10d0b9549178490f4df147c7b52021a776ff9321 /arch/parisc/include
parent6428bc7bd3f35e43c8cb7359cb89d83248d339d2 (diff)
parisc: sba: Fix compile warning wrt list of SBA devices
Fix this makecheck warning: drivers/parisc/sba_iommu.c:98:19: warning: symbol 'sba_list' was not declared. Should it be static? Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r--arch/parisc/include/asm/ropes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/ropes.h b/arch/parisc/include/asm/ropes.h
index fd96706c7234..d7b941cfbccd 100644
--- a/arch/parisc/include/asm/ropes.h
+++ b/arch/parisc/include/asm/ropes.h
@@ -86,6 +86,9 @@ struct sba_device {
struct ioc ioc[MAX_IOC];
};
+/* list of SBA's in system, see drivers/parisc/sba_iommu.c */
+extern struct sba_device *sba_list;
+
#define ASTRO_RUNWAY_PORT 0x582
#define IKE_MERCED_PORT 0x803
#define REO_MERCED_PORT 0x804