From e636228296406069e15eb7958a48ccd2341701fc Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 4 Apr 2015 21:34:26 +0000 Subject: Stop using machine/fdt.h in the arm kernel code when we don't need it. --- sys/arm/altera/socfpga/socfpga_gpio.c | 1 - sys/arm/altera/socfpga/socfpga_manager.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/arm/altera') diff --git a/sys/arm/altera/socfpga/socfpga_gpio.c b/sys/arm/altera/socfpga/socfpga_gpio.c index 7cec0c1..0e71d18 100644 --- a/sys/arm/altera/socfpga/socfpga_gpio.c +++ b/sys/arm/altera/socfpga/socfpga_gpio.c @@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_manager.c b/sys/arm/altera/socfpga/socfpga_manager.c index 47fd23f..3b63f79 100644 --- a/sys/arm/altera/socfpga/socfpga_manager.c +++ b/sys/arm/altera/socfpga/socfpga_manager.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include -- cgit v1.1