From patchwork Tue Sep 4 22:46:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Clark X-Patchwork-Id: 1404531 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id E2DDC3FC71 for ; Tue, 4 Sep 2012 22:46:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A2703A020F for ; Tue, 4 Sep 2012 15:46:20 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-gg0-f177.google.com (mail-gg0-f177.google.com [209.85.161.177]) by gabe.freedesktop.org (Postfix) with ESMTP id D06CC9E799 for ; Tue, 4 Sep 2012 15:46:10 -0700 (PDT) Received: by ggnm2 with SMTP id m2so1465359ggn.36 for ; Tue, 04 Sep 2012 15:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=qBJCj+OX73Vjh3gCXpWAxrz/FKwSMKlkDNUaTvNMxUg=; b=kPL9y385G7dRfCjqcs2jyURjMcbozSVdrvuEJ70gUkwOtcI3q/DwxA9OZkD/5vopHn u5E5Zbfa+3jskJopKMVoXS+ZHvIrKV74mtASsln12fBXsZWj5GECQpj/bT+tXodbn22f xTIKtZONFW0Q8qImzPiqBGv7m/93yGC4Y1OahrZD86eUoLKd1F7QUvXOizqY5YNi6/wR YA9pYiE9AyePH8DkHzIjVsdnFIi33Xo2D1Pa3GUhfuWaX8g7UCOeP3v+SEEL1BY+q6SV FwkFJ5UqWVckzgngqD6ezJyRa26yKa/bS95/qdB6C4ghE64F9CmZP1yGRKeD13uXcZBg 67OQ== Received: by 10.236.191.233 with SMTP id g69mr20136254yhn.113.1346798770183; Tue, 04 Sep 2012 15:46:10 -0700 (PDT) Received: from localhost (ppp-70-129-131-42.dsl.rcsntx.swbell.net. [70.129.131.42]) by mx.google.com with ESMTPS id x3sm32502229yhd.9.2012.09.04.15.46.08 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 04 Sep 2012 15:46:09 -0700 (PDT) From: Rob Clark To: dri-devel@lists.freedesktop.org Subject: [PATCH 1/2] drm: remove unused fxn prototypes Date: Tue, 4 Sep 2012 17:46:05 -0500 Message-Id: <1346798765-21985-1-git-send-email-rob.clark@linaro.org> X-Mailer: git-send-email 1.7.9.5 Cc: Rob Clark , patches@linaro.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org From: Rob Clark Signed-off-by: Rob Clark --- include/drm/drm_crtc.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 7ba9b39..a82e0a2 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -918,17 +918,10 @@ extern int drm_object_property_set_value(struct drm_mode_object *obj, extern int drm_object_property_get_value(struct drm_mode_object *obj, struct drm_property *property, uint64_t *value); -extern struct drm_display_mode *drm_crtc_mode_create(struct drm_device *dev); -extern void drm_framebuffer_set_object(struct drm_device *dev, - unsigned long handle); extern int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, const struct drm_framebuffer_funcs *funcs); extern void drm_framebuffer_cleanup(struct drm_framebuffer *fb); -extern int drmfb_probe(struct drm_device *dev, struct drm_crtc *crtc); -extern int drmfb_remove(struct drm_device *dev, struct drm_framebuffer *fb); -extern void drm_crtc_probe_connector_modes(struct drm_device *dev, int maxX, int maxY); -extern bool drm_crtc_in_use(struct drm_crtc *crtc); extern void drm_connector_attach_property(struct drm_connector *connector, struct drm_property *property, uint64_t init_val); @@ -995,10 +988,6 @@ extern int drm_mode_getfb(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int drm_mode_dirtyfb_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); -extern int drm_mode_addmode_ioctl(struct drm_device *dev, - void *data, struct drm_file *file_priv); -extern int drm_mode_rmmode_ioctl(struct drm_device *dev, - void *data, struct drm_file *file_priv); extern int drm_mode_attachmode_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int drm_mode_detachmode_ioctl(struct drm_device *dev, @@ -1010,10 +999,6 @@ extern int drm_mode_getblob_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int drm_mode_connector_property_set_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv); -extern int drm_mode_hotplug_ioctl(struct drm_device *dev, - void *data, struct drm_file *file_priv); -extern int drm_mode_replacefb(struct drm_device *dev, - void *data, struct drm_file *file_priv); extern int drm_mode_getencoder(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int drm_mode_gamma_get_ioctl(struct drm_device *dev,