diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-05-08 23:44:44 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-05-08 23:44:44 -0700 |
| commit | 8d90910253ad9fceed2eae015b239aaf324104d2 (patch) | |
| tree | c189e211c728a1e8c2f63a98ef3c26fdd69729ed /drivers | |
| parent | 06e13e33eda556a1382d6c2717c762d38f8ce1d3 (diff) | |
PCI Hotplug core
removed pcihpfs_statfs(), as it's not used anymore.
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/hotplug/pci_hotplug_core.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/hotplug/pci_hotplug_core.c b/drivers/hotplug/pci_hotplug_core.c index 7accd88b290c..d14285466a32 100644 --- a/drivers/hotplug/pci_hotplug_core.c +++ b/drivers/hotplug/pci_hotplug_core.c @@ -86,14 +86,6 @@ static spinlock_t list_lock; LIST_HEAD(pci_hotplug_slot_list); -static int pcihpfs_statfs (struct super_block *sb, struct statfs *buf) -{ - buf->f_type = PCIHPFS_MAGIC; - buf->f_bsize = PAGE_CACHE_SIZE; - buf->f_namelen = 255; - return 0; -} - static struct inode *pcihpfs_get_inode (struct super_block *sb, int mode, int dev) { struct inode *inode = new_inode(sb); |
