]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/usb/gadget/bcm_udc_otg.h
global: Drop common.h inclusion
[thirdparty/u-boot.git] / drivers / usb / gadget / bcm_udc_otg.h
index 24cc936c6b483a83b925150359449741a8fa8795..48370f37d8a25cfb2a53a41ea0a8d6deffee8927 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef __BCM_UDC_OTG_H
 #define __BCM_UDC_OTG_H
 
-#include <common.h>
-
 static inline void wfld_set(uintptr_t addr, uint32_t fld_val, uint32_t fld_mask)
 {
        writel(((readl(addr) & ~(fld_mask)) | (fld_val)), (addr));