summaryrefslogtreecommitdiffstats
path: root/include/lpc.h
diff options
context:
space:
mode:
authorCédric Le Goater <clg@fr.ibm.com>2015-02-24 12:14:18 +0100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-26 18:19:40 +1100
commit71412289a28b23dc459dae472a0264ca660cd7df (patch)
tree51a7ca62ac19c738040c895fd7631e048dce7642 /include/lpc.h
parent61f1609249bca3234fd3f463ebc55c6eeef8f494 (diff)
downloadblackbird-skiboot-71412289a28b23dc459dae472a0264ca660cd7df.tar.gz
blackbird-skiboot-71412289a28b23dc459dae472a0264ca660cd7df.zip
sparse: fix fonction declarations
Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/lpc.h')
-rw-r--r--include/lpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lpc.h b/include/lpc.h
index 632727fa..5611c549 100644
--- a/include/lpc.h
+++ b/include/lpc.h
@@ -28,7 +28,7 @@ extern void lpc_init(void);
extern bool lpc_present(void);
/* Handle the interrupt from LPC source */
-extern void lpc_interrupt(uint32_t chip_id);
+extern void __attrconst lpc_interrupt(uint32_t chip_id);
/* Default bus accessors */
extern int64_t lpc_write(enum OpalLPCAddressType addr_type, uint32_t addr,
OpenPOWER on IntegriCloud