mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
pasemi_edac needs to include linux/edac.h
Commit c3c52bce69
("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: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
33ae0cdd3e
commit
a94a630a4c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user