diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-02-11 23:57:34 +0300 |
---|---|---|
committer | Andrzej Zaborowski <balrog@zabor.org> | 2011-02-11 23:31:16 +0100 |
commit | 21c75ddbf9487cd24bc9cceff1af1946e42143c0 (patch) | |
tree | bde91bd3f0307ed7a2d33bf447e63dcb25ac5369 /hw/zaurus.c | |
parent | 7fe63a170addbfadd785b70c6a1e9a49d113c89b (diff) |
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/zaurus.c')
-rw-r--r-- | hw/zaurus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/zaurus.c b/hw/zaurus.c index fb5e22859d..c24aeb5763 100644 --- a/hw/zaurus.c +++ b/hw/zaurus.c @@ -16,7 +16,6 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "hw.h" -#include "pxa.h" #include "sharpsl.h" #include "sysbus.h" |