diff options
Diffstat (limited to 'drivers/pci/proc.c')
-rw-r--r-- | drivers/pci/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c index b9362798f..d1a78fe53 100644 --- a/drivers/pci/proc.c +++ b/drivers/pci/proc.c @@ -204,6 +204,7 @@ static struct file_operations proc_bus_pci_operations = { NULL, /* ioctl */ NULL, /* mmap */ NULL, /* no special open code */ + NULL, /* flush */ NULL, /* no special release code */ NULL /* can't fsync */ }; |