summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-01-02 09:58:03 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 08:39:51 +0800
commitc04d42b019912c48f9d4098b01566c8d789f093e (patch)
tree2b4f98cfc89e0f4d30dbf24dd5fa0c334b0ccf33
parentb25a61f629f6714460c5e60ba5e453f3b223ba7b (diff)
omap dmm remove unused filescope statics
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/iommu/omap-iovmm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iommu/omap-iovmm.c b/drivers/iommu/omap-iovmm.c
index a7e61d2c11c..9faeaa1622c 100644
--- a/drivers/iommu/omap-iovmm.c
+++ b/drivers/iommu/omap-iovmm.c
@@ -83,9 +83,6 @@ static unsigned int sgtable_offset(const struct sg_table *sgt)
#define OMAP_IOVMM_NAME "iovmm-omap"
-static atomic_t num_of_iovmmus;
-static struct class *omap_iovmm_class;
-static dev_t omap_iovmm_dev;
static struct kmem_cache *iovm_area_cachep;
/* return total bytes of sg buffers */
static size_t sgtable_len(const struct sg_table *sgt)