From: Ilia Mirkin Date: Thu, 5 Sep 2013 08:45:00 +0000 (-0400) Subject: drm/nouveau: remove prototype for non-existent nouveau_connector_bpp X-Git-Tag: v3.13-rc8~13^2~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4449933a3703704e8dc74ea774372857240c142d;p=platform%2Fkernel%2Flinux-stable.git drm/nouveau: remove prototype for non-existent nouveau_connector_bpp Signed-off-by: Ilia Mirkin Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.h b/drivers/gpu/drm/nouveau/nouveau_connector.h index 27c2be6..264a778 100644 --- a/drivers/gpu/drm/nouveau/nouveau_connector.h +++ b/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__ */