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:
Marek Vasut 2015-12-04 00:54:16 +01:00
parent 52bc7c7e2b
commit 1c84cc6e3b
3 changed files with 2 additions and 2 deletions

View file

@ -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>
/***********************************************************/

View file

@ -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>