diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-07-22 20:00:12 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-07-25 21:42:51 -0400 |
commit | 5620ba4680db0ba25b89952bdda41a9c8fd11f50 (patch) | |
tree | 907b47e9f8c06e3270bf740ad512e562c24add8d /drivers/gpu/drm | |
parent | 45d60d1bfcbaa660a510e3b4be5d857ca8d81088 (diff) |
drm/nouveau: fix build without CONFIG_ACPI
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm')
-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 */ |