diff options
author | Sylvain Lemieux <slemieux@tycoint.com> | 2016-04-04 15:48:34 -0400 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2016-04-28 00:44:41 +0300 |
commit | 715552aa30ffe3bd776bb7635056f6622a29133d (patch) | |
tree | 79b3434cc158afcfe6ec4c3724316a43c34d7ad6 /arch/arm/mach-lpc32xx | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | talos-obmc-linux-715552aa30ffe3bd776bb7635056f6622a29133d.tar.gz talos-obmc-linux-715552aa30ffe3bd776bb7635056f6622a29133d.zip |
ARM: lpc32xx: remove reboot header file
The header file "reboot.h" is no longer needed, following
the migration of the restart code into the pnx4008 watchdog.
Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-rw-r--r-- | arch/arm/mach-lpc32xx/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/common.h b/arch/arm/mach-lpc32xx/common.h index 2d90801ed1e1..9b5ae42d3a6f 100644 --- a/arch/arm/mach-lpc32xx/common.h +++ b/arch/arm/mach-lpc32xx/common.h @@ -21,7 +21,6 @@ #include <mach/board.h> #include <linux/platform_device.h> -#include <linux/reboot.h> /* * Other arch specific structures and functions |