update usbdev_rk2928.c: fix compile error(rk30)

This commit is contained in:
kfx
2012-10-31 11:25:48 +08:00
parent 5e64e45d3f
commit 9586d8a153

View File

@@ -8,7 +8,9 @@
#include <mach/gpio.h>
#include <mach/iomux.h>
#include <mach/cru.h>
#ifdef CONFIG_RK_CONFIG
#include <mach/config.h>
#endif
#include "usbdev_rk.h"
#include "dwc_otg_regs.h"