diff options
author | Dmitry Eremin-Solenikov | 2011-02-11 21:57:34 +0100 |
---|---|---|
committer | Andrzej Zaborowski | 2011-02-11 23:31:16 +0100 |
commit | 21c75ddbf9487cd24bc9cceff1af1946e42143c0 (patch) | |
tree | bde91bd3f0307ed7a2d33bf447e63dcb25ac5369 /hw/tc6393xb.c | |
parent | Add scoop post_load callback that sets IRQs to loaded levels (diff) | |
download | qemu-21c75ddbf9487cd24bc9cceff1af1946e42143c0.tar.gz qemu-21c75ddbf9487cd24bc9cceff1af1946e42143c0.tar.xz qemu-21c75ddbf9487cd24bc9cceff1af1946e42143c0.zip |
Drop unnecessary inclusions of pxa.h header
Seceral files contained onnecessary dependencies on hw/pxa.h header.
Drop unused references.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'hw/tc6393xb.c')
-rw-r--r-- | hw/tc6393xb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/tc6393xb.c b/hw/tc6393xb.c index 0cadcde835..ed49e944df 100644 --- a/hw/tc6393xb.c +++ b/hw/tc6393xb.c @@ -8,7 +8,6 @@ * This code is licensed under the GNU GPL v2. */ #include "hw.h" -#include "pxa.h" #include "devices.h" #include "flash.h" #include "console.h" |