Sfoglia il codice sorgente

usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.h

Rename the header file, so it's obvious which driver it's part of.
No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Marek Vasut 9 anni fa
parent
commit
1c84cc6e3b

+ 1 - 1
drivers/usb/gadget/s3c_udc_otg.c

@@ -32,7 +32,7 @@
 
 #include <asm/mach-types.h>
 
-#include "regs-otg.h"
+#include "s3c_udc_otg_regs.h"
 #include <usb/lin_gadget_compat.h>
 
 /***********************************************************/

+ 1 - 1
drivers/usb/gadget/s3c_udc_otg_phy.c

@@ -32,7 +32,7 @@
 
 #include <asm/mach-types.h>
 
-#include "regs-otg.h"
+#include "s3c_udc_otg_regs.h"
 #include <usb/lin_gadget_compat.h>
 
 #include <usb/s3c_udc.h>

+ 0 - 0
drivers/usb/gadget/regs-otg.h → drivers/usb/gadget/s3c_udc_otg_regs.h