From b383620e06c650b846d70372d24c50dadc3f4725 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Wed, 6 Feb 2008 01:39:02 -0800 Subject: [PATCH] --- yaml --- r: 83548 b: refs/heads/master c: d1c057e31734426ba385e02291d97bdf06ba0c1d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/gpio/Makefile | 2 +- trunk/drivers/gpio/{pca9539.c => pca953x.c} | 2 +- trunk/include/linux/i2c/{pca9539.h => pca953x.h} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename trunk/drivers/gpio/{pca9539.c => pca953x.c} (99%) rename trunk/include/linux/i2c/{pca9539.h => pca953x.h} (100%) diff --git a/[refs] b/[refs] index 99550ba4e55f..ba789dae1732 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad8dc96e3b2c3e28854e0de4ab49351ed547b30c +refs/heads/master: d1c057e31734426ba385e02291d97bdf06ba0c1d diff --git a/trunk/drivers/gpio/Makefile b/trunk/drivers/gpio/Makefile index 470ecd6aa778..16dda772b44b 100644 --- a/trunk/drivers/gpio/Makefile +++ b/trunk/drivers/gpio/Makefile @@ -5,5 +5,5 @@ ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o -obj-$(CONFIG_GPIO_PCA9539) += pca9539.o +obj-$(CONFIG_GPIO_PCA9539) += pca953x.o obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o diff --git a/trunk/drivers/gpio/pca9539.c b/trunk/drivers/gpio/pca953x.c similarity index 99% rename from trunk/drivers/gpio/pca9539.c rename to trunk/drivers/gpio/pca953x.c index 3e85c92a7d59..7fae4e500dfd 100644 --- a/trunk/drivers/gpio/pca9539.c +++ b/trunk/drivers/gpio/pca953x.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include diff --git a/trunk/include/linux/i2c/pca9539.h b/trunk/include/linux/i2c/pca953x.h similarity index 100% rename from trunk/include/linux/i2c/pca9539.h rename to trunk/include/linux/i2c/pca953x.h