diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-02-24 00:27:32 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-02-24 00:27:32 -0800 |
| commit | 550e463dc55ec218671e2e9b95e70c74d04c492b (patch) | |
| tree | fc14b5e02bc67649f09e1ea819b02e569383d324 /drivers/hotplug | |
| parent | 30b2a7d61470dafd79d326a97d2a648e3c27c9f0 (diff) | |
[PATCH] Compaq PCI Hotplug: rename cpqphp_proc.c to cpqphp_sysfs.c
Diffstat (limited to 'drivers/hotplug')
| -rw-r--r-- | drivers/hotplug/Makefile | 2 | ||||
| -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 |
