diff options
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 20ca5b82ad6f..11c077899a12 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -833,7 +833,7 @@ static inline void nouveau_register_dsm_handler(void) {} | |||
833 | static inline void nouveau_unregister_dsm_handler(void) {} | 833 | static inline void nouveau_unregister_dsm_handler(void) {} |
834 | static inline bool nouveau_acpi_rom_supported(struct pci_dev *pdev) { return false; } | 834 | static inline bool nouveau_acpi_rom_supported(struct pci_dev *pdev) { return false; } |
835 | static inline int nouveau_acpi_get_bios_chunk(uint8_t *bios, int offset, int len) { return -EINVAL; } | 835 | static inline int nouveau_acpi_get_bios_chunk(uint8_t *bios, int offset, int len) { return -EINVAL; } |
836 | static inline int nouveau_acpi_edid(struct drm_device *, struct drm_connector *) { return -EINVAL; } | 836 | static inline int nouveau_acpi_edid(struct drm_device *dev, struct drm_connector *connector) { return -EINVAL; } |
837 | #endif | 837 | #endif |
838 | 838 | ||
839 | /* nouveau_backlight.c */ | 839 | /* nouveau_backlight.c */ |