mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 01:40:49 +01:00
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>
This commit is contained in:
parent
52bc7c7e2b
commit
1c84cc6e3b
3 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
/***********************************************************/
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue