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

Commit a94a630a authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

pasemi_edac needs to include linux/edac.h



Commit c3c52bce ("edac: fix module
initialization on several modules 2nd time") added a call to opstate_init
but did not include linux/edac.h that declares it.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 33ae0cdd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/slab.h>
#include <linux/edac.h>
#include "edac_core.h"

#define MODULE_NAME "pasemi_edac"