diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_connector.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_connector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.h b/drivers/gpu/drm/nouveau/nouveau_connector.h index 0d2e668ccfe..c21ed6b16f8 100644 --- a/drivers/gpu/drm/nouveau/nouveau_connector.h +++ b/drivers/gpu/drm/nouveau/nouveau_connector.h | |||
@@ -55,4 +55,7 @@ nouveau_connector_create(struct drm_device *, int index); | |||
55 | void | 55 | void |
56 | nouveau_connector_set_polling(struct drm_connector *); | 56 | nouveau_connector_set_polling(struct drm_connector *); |
57 | 57 | ||
58 | int | ||
59 | nouveau_connector_bpp(struct drm_connector *); | ||
60 | |||
58 | #endif /* __NOUVEAU_CONNECTOR_H__ */ | 61 | #endif /* __NOUVEAU_CONNECTOR_H__ */ |