Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abea0bc3 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: pull in asm/io.h in ksyms for prototypes



Make sure we pull in asm/io.h when exporting symbols for the I/O functions
so we don't end up with a build failure due to missing prototypes.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent c3695341
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#include <linux/uaccess.h>

#include <asm/cacheflush.h>
#include <asm/io.h>

/* Allow people to have their own Blackfin exception handler in a module */
EXPORT_SYMBOL(bfin_return_from_exception);