diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-12-18 09:31:59 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-01-05 06:36:42 -0500 |
commit | b366f11b9a81ad0cc7ed3cbdaca15bb98f96db25 (patch) | |
tree | 3f8df1d37b7bd9c58afd8a34018252934438f646 /arch/microblaze | |
parent | 32db31da49ffc969d95c434cc47864b30b1bff9c (diff) |
microblaze: Remove unused prom header from reset.c
Completely unused header by this file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/reset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/reset.c b/arch/microblaze/kernel/reset.c index fbe58c6554a8..bab4c8330ef4 100644 --- a/arch/microblaze/kernel/reset.c +++ b/arch/microblaze/kernel/reset.c | |||
@@ -9,7 +9,6 @@ | |||
9 | 9 | ||
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | #include <linux/of_platform.h> | 11 | #include <linux/of_platform.h> |
12 | #include <asm/prom.h> | ||
13 | 12 | ||
14 | /* Trigger specific functions */ | 13 | /* Trigger specific functions */ |
15 | #ifdef CONFIG_GPIOLIB | 14 | #ifdef CONFIG_GPIOLIB |