aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-07-22 20:00:12 -0400
committerBen Skeggs <bskeggs@redhat.com>2010-07-25 21:42:51 -0400
commit5620ba4680db0ba25b89952bdda41a9c8fd11f50 (patch)
tree907b47e9f8c06e3270bf740ad512e562c24add8d /drivers/gpu/drm
parent45d60d1bfcbaa660a510e3b4be5d857ca8d81088 (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.h2
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) {}
833static inline void nouveau_unregister_dsm_handler(void) {} 833static inline void nouveau_unregister_dsm_handler(void) {}
834static inline bool nouveau_acpi_rom_supported(struct pci_dev *pdev) { return false; } 834static inline bool nouveau_acpi_rom_supported(struct pci_dev *pdev) { return false; }
835static inline int nouveau_acpi_get_bios_chunk(uint8_t *bios, int offset, int len) { return -EINVAL; } 835static inline int nouveau_acpi_get_bios_chunk(uint8_t *bios, int offset, int len) { return -EINVAL; }
836static inline int nouveau_acpi_edid(struct drm_device *, struct drm_connector *) { return -EINVAL; } 836static 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 */