summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2003-02-24 00:27:32 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2003-02-24 00:27:32 -0800
commit550e463dc55ec218671e2e9b95e70c74d04c492b (patch)
treefc14b5e02bc67649f09e1ea819b02e569383d324 /drivers/hotplug
parent30b2a7d61470dafd79d326a97d2a648e3c27c9f0 (diff)
[PATCH] Compaq PCI Hotplug: rename cpqphp_proc.c to cpqphp_sysfs.c
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/Makefile2
-rw-r--r--drivers/hotplug/cpqphp_sysfs.c (renamed from drivers/hotplug/cpqphp_proc.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hotplug/Makefile b/drivers/hotplug/Makefile
index 8b9feafbb309..7e7dca956f50 100644
--- a/drivers/hotplug/Makefile
+++ b/drivers/hotplug/Makefile
@@ -18,7 +18,7 @@ endif
cpqphp-objs := cpqphp_core.o \
cpqphp_ctrl.o \
- cpqphp_proc.o \
+ cpqphp_sysfs.o \
cpqphp_pci.o
ibmphp-objs := ibmphp_core.o \
diff --git a/drivers/hotplug/cpqphp_proc.c b/drivers/hotplug/cpqphp_sysfs.c
index e6ce5b1b0a66..e6ce5b1b0a66 100644
--- a/drivers/hotplug/cpqphp_proc.c
+++ b/drivers/hotplug/cpqphp_sysfs.c