OSDN Git Service

Drop unnecessary inclusions of pxa.h header
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 11 Feb 2011 20:57:34 +0000 (23:57 +0300)
committerAndrzej Zaborowski <balrog@zabor.org>
Fri, 11 Feb 2011 22:31:16 +0000 (23:31 +0100)
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>
hw/tc6393xb.c
hw/zaurus.c

index 0cadcde..ed49e94 100644 (file)
@@ -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"
index fb5e228..c24aeb5 100644 (file)
@@ -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"