]> git.baikalelectronics.ru Git - kernel.git/commit
drm: possible cleanups
authorDave Airlie <airlied@linux.ie>
Sun, 23 Apr 2006 08:26:40 +0000 (18:26 +1000)
committerDave Airlie <airlied@linux.ie>
Sun, 23 Apr 2006 08:26:40 +0000 (18:26 +1000)
commitb2f33a589f613acb73777a427e6be3cd0132593e
treed21de09d347818c17cc35c487dc99688ebd0cdff
parenta513d0b2f2c367e9f04eab9ee45178f5004962af
drm: possible cleanups

This patch contains the following possible cleanups:
- make the following needlessly global function static:
 - drm_bufs.c: drm_addbufs_fb()
- remove the following unused EXPORT_SYMBOL's:
 - drm_agpsupport.c: drm_agp_bind_memory
 - drm_bufs.c: drm_rmmap_locked
 - drm_bufs.c: drm_rmmap
 - drm_stub.c: drm_get_dev

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/drmP.h
drivers/char/drm/drm_agpsupport.c
drivers/char/drm/drm_bufs.c
drivers/char/drm/drm_stub.c