usb-target.h: remove

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31498 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-12-31 18:44:55 +00:00
parent db9ce6dc7f
commit 568c441fd8
47 changed files with 0 additions and 34 deletions

View file

@ -50,7 +50,6 @@
#include "system.h"
#include "as3525.h"
#include "i2c.h"
#include "usb-target.h"
#define I2C2_DATA *((volatile unsigned int *)(I2C_AUDIO_BASE + 0x00))
#define I2C2_SLAD0 *((volatile unsigned int *)(I2C_AUDIO_BASE + 0x04))

View file

@ -24,7 +24,6 @@
#ifdef HAVE_USBSTACK
#include "usb_core.h"
#endif
#include "usb-target.h"
#include "power.h"
#include "as3525.h"
#include "usb_drv.h"

View file

@ -22,7 +22,6 @@
#include "system.h"
#include "usb.h"
#include "usb_drv.h"
#include "usb-target.h"
#include "as3525.h"
#include "clock-target.h"
#include "ascodec.h"