]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/base/devres.c
mm: show node to memory section relationship with symlinks in sysfs
[karo-tx-linux.git] / drivers / base / devres.c
index e1c0730a3b995d246ad965330854e768f746ab65..e8beb8e5b6264232dbfc0ea2dc7ae95d76f5af64 100644 (file)
@@ -10,6 +10,8 @@
 #include <linux/device.h>
 #include <linux/module.h>
 
+#include "base.h"
+
 struct devres_node {
        struct list_head                entry;
        dr_release_t                    release;