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

Commit 823467e5 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.c



Ensure that the EXPORT_SYMBOL macros are present for when we clean up
the "module.h" is everywhere situation, to prevent build failures.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 80a2e2e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/vmalloc.h>
#include <linux/export.h>

#include <asm/byteorder.h>