Skip to content

Commit 646d074

Browse files
committed
parisc: unaligned: Include header file to avoid missing prototype warnings
Signed-off-by: Helge Deller <[email protected]>
1 parent cfb25b8 commit 646d074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/parisc/kernel/unaligned.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <linux/signal.h>
1212
#include <linux/ratelimit.h>
1313
#include <linux/uaccess.h>
14+
#include <asm/unaligned.h>
1415
#include <asm/hardirq.h>
1516
#include <asm/traps.h>
1617

0 commit comments

Comments
 (0)