summaryrefslogtreecommitdiffstats
path: root/include/linux/fsl/edac.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fsl/edac.h')
-rw-r--r--include/linux/fsl/edac.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/fsl/edac.h b/include/linux/fsl/edac.h
new file mode 100644
index 000000000..148a297d7
--- /dev/null
+++ b/include/linux/fsl/edac.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef FSL_EDAC_H
+#define FSL_EDAC_H
+
+struct mpc85xx_edac_pci_plat_data {
+ struct device_node *of_node;
+};
+
+#endif