From: Seung-Woo Kim Date: Tue, 6 Sep 2016 01:35:49 +0000 (+0900) Subject: i2c: rename sc9630 i2c files without special whitespace character X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170105.025928^0 X-Git-Url: http://review.tizen.org/git/?p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git;a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.m2 i2c: rename sc9630 i2c files without special whitespace character sc9630 i2c driver is not really built from Makefile and it has special whitespace character in the file name. So this patch just renames the files. Change-Id: I092f3351125f88fc6be1dbf20679946f374f2208 Signed-off-by: Seung-Woo Kim --- diff --git a/drivers/i2c/sc9630_i2c_cfg .c b/drivers/i2c/sc9630_i2c_cfg.c similarity index 100% rename from drivers/i2c/sc9630_i2c_cfg .c rename to drivers/i2c/sc9630_i2c_cfg.c diff --git a/drivers/i2c/sc9630_i2c_cfg .h b/drivers/i2c/sc9630_i2c_cfg.h similarity index 100% rename from drivers/i2c/sc9630_i2c_cfg .h rename to drivers/i2c/sc9630_i2c_cfg.h