diff options
author | Andrzej Zaborowski <balrog@zabor.org> | 2011-02-11 23:35:20 +0100 |
---|---|---|
committer | Andrzej Zaborowski <balrog@zabor.org> | 2011-02-11 23:35:20 +0100 |
commit | 55619bb667a681d248009f3b10094b6cf121671f (patch) | |
tree | 5dcf638568b49d6cc3f65e22d1fe7ee223b4bab8 /hw/mst_fpga.c | |
parent | c8ba63f829631fef24a9aed6451fb7c8830384f6 (diff) |
mst_fpga: Drop one more pxa.h inclusion.
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'hw/mst_fpga.c')
-rw-r--r-- | hw/mst_fpga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mst_fpga.c b/hw/mst_fpga.c index b59352b4c8..93c65143db 100644 --- a/hw/mst_fpga.c +++ b/hw/mst_fpga.c @@ -8,7 +8,6 @@ * This code is licensed under the GNU GPL v2. */ #include "hw.h" -#include "pxa.h" #include "mainstone.h" /* Mainstone FPGA for extern irqs */ |