aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/include/asm/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/include/asm/prom.h')
-rw-r--r--arch/arc/include/asm/prom.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arc/include/asm/prom.h b/arch/arc/include/asm/prom.h
new file mode 100644
index 00000000000..692d0d0789a
--- /dev/null
+++ b/arch/arc/include/asm/prom.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com)
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef _ASM_ARC_PROM_H_
+#define _ASM_ARC_PROM_H_
+
+#define HAVE_ARCH_DEVTREE_FIXUPS
+
+#endif