diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/pci-label.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pci/pci-label.c b/drivers/pci/pci-label.c index 824e247edc58..8c80138bb66f 100644 --- a/drivers/pci/pci-label.c +++ b/drivers/pci/pci-label.c | |||
@@ -174,6 +174,12 @@ pci_remove_acpi_index_label_files(struct pci_dev *pdev) | |||
174 | return -1; | 174 | return -1; |
175 | } | 175 | } |
176 | 176 | ||
177 | static inline bool | ||
178 | device_has_dsm(struct device *dev) | ||
179 | { | ||
180 | return false; | ||
181 | } | ||
182 | |||
177 | #else | 183 | #else |
178 | 184 | ||
179 | static const char device_label_dsm_uuid[] = { | 185 | static const char device_label_dsm_uuid[] = { |