[<prev] [next>] [day] [month] [year] [list]
Message-ID: <494ad5e1.02a1660a.77b3.5036@mx.google.com>
Date: Thu, 18 Dec 2008 21:25:51 +0100
From: Hannes Eder <hannes@...neseder.net>
To: David Airlie <airlied@...ux.ie>
Cc: kernel-janitors@...r.kernel.org
Subject: [PATCH 5/6] drm/i915: comment out unused function 'i915_driver_firstopen'
Fix this warning:
drivers/gpu/drm/i915/i915_dma.c:1011: warning: 'i915_driver_firstopen' defined but not used
Signed-off-by: Hannes Eder <hannes@...neseder.net>
---
drivers/gpu/drm/i915/i915_dma.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c
index 36a6884..10f3fe6 100644
--- a/drivers/gpu/drm/i915/i915_dma.c
+++ b/drivers/gpu/drm/i915/i915_dma.c
@@ -1007,12 +1007,14 @@ void i915_master_destroy(struct drm_device *dev, struct drm_master *master)
}
+#ifdef UNUSED
static int i915_driver_firstopen(struct drm_device *dev)
{
if (drm_core_check_feature(dev, DRIVER_MODESET))
return 0;
return 0;
}
+#endif /* UNUSED */
/**
* i915_driver_load - setup chip and create an initial config
--
1.5.6.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists