drivers/char/drm/drm_memory.c: possible cleanups
authorAdrian Bunk <bunk@stusta.de>
Tue, 11 Apr 2006 06:18:27 +0000 (23:18 -0700)
committerDave Airlie <airlied@linux.ie>
Tue, 18 Apr 2006 11:03:51 +0000 (21:03 +1000)
commit031de96af0e7ed6ad4a7ec2b74a77bf9782f966e
treec59cd37933c250b405ffe01b8decb274bc50d25a
parent31f64bd101ea256f9fc4a7f1f1706d6417d5550a
drivers/char/drm/drm_memory.c: possible cleanups

- #if 0 the following unused global function:
  - drm_ioremap_nocache()

- make the following needlessly global functions static:
  - agp_remap()
  - drm_lookup_map()

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Andrew Morton <akpm@osdl.org>
drivers/char/drm/drmP.h
drivers/char/drm/drm_memory.c
drivers/char/drm/drm_memory.h
drivers/char/drm/drm_memory_debug.h