summaryrefslogtreecommitdiffstats
path: root/drivers/usb/usbdcore_mpc8xx.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-11-07 22:46:21 +0100
committerRemy Böhmer <linux@bohmer.net>2008-11-28 21:24:12 +0100
commitd10c5a87cb8affbb4d35a311370316d4383d598e (patch)
treeb50cc075f8ed807b4bdd3e83731273b849c222d4 /drivers/usb/usbdcore_mpc8xx.c
parent2077e348c2a84901022ad95311b47b70361e6daa (diff)
downloadtalos-obmc-uboot-d10c5a87cb8affbb4d35a311370316d4383d598e.tar.gz
talos-obmc-uboot-d10c5a87cb8affbb4d35a311370316d4383d598e.zip
drivers/usb: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Remy Böhmer <linux@bohmer.net>
Diffstat (limited to 'drivers/usb/usbdcore_mpc8xx.c')
-rw-r--r--drivers/usb/usbdcore_mpc8xx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/usbdcore_mpc8xx.c b/drivers/usb/usbdcore_mpc8xx.c
index 53bde0dca3..0e311ada15 100644
--- a/drivers/usb/usbdcore_mpc8xx.c
+++ b/drivers/usb/usbdcore_mpc8xx.c
@@ -58,8 +58,6 @@
*/
#include <common.h>
#include <config.h>
-
-#if defined(CONFIG_MPC885_FAMILY) && defined(CONFIG_USB_DEVICE)
#include <commproc.h>
#include "usbdcore.h"
#include "usbdcore_mpc8xx.h"
@@ -1398,5 +1396,3 @@ static u32 mpc8xx_udc_alloc (u32 data_size, u32 alignment)
return retaddr;
}
-
-#endif /* CONFIG_MPC885_FAMILY && CONFIG_USB_DEVICE) */
OpenPOWER on IntegriCloud