Browse Source

drm/nouveau: remove prototype for non-existent nouveau_connector_bpp

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Ilia Mirkin 12 years ago
parent
commit
4449933a37
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/gpu/drm/nouveau/nouveau_connector.h

+ 0 - 3
drivers/gpu/drm/nouveau/nouveau_connector.h

@@ -107,7 +107,4 @@ nouveau_crtc_connector_get(struct nouveau_crtc *nv_crtc)
 struct drm_connector *
 nouveau_connector_create(struct drm_device *, int index);
 
-int
-nouveau_connector_bpp(struct drm_connector *);
-
 #endif /* __NOUVEAU_CONNECTOR_H__ */