Hi all, This is the second part of the header cleanup I've done a few months back (already merged way back then). Somehow my wish-fairy let me down and this didn't happen on it's own ;) I've tacked two let's-kill-some-indirection patches on top of it. As usual, tested on my agp rv570. Comments highly welcome. Please review and consider merging for -next - I'm hoping this is a convenient for cleanups like this after most in-flight stuff has landed in -next. Cheers, Daniel Daniel Vetter (7): radeon: consolidate asic-specific function decls for pre-r600 radeon: consolidate asic-specific function decls for r600 & later radeon: drop extern from function decls radeon: kill decls for inline functions radeon: move blit functions to radeon_asic.h radeon: kill r100_io_(r|w)reg radeon: kill rdev->pciep_(r|w)reg drivers/gpu/drm/radeon/r300.c | 3 +- drivers/gpu/drm/radeon/r600.c | 8 - drivers/gpu/drm/radeon/r600_audio.c | 1 + drivers/gpu/drm/radeon/r600_hdmi.c | 1 + drivers/gpu/drm/radeon/radeon.h | 165 +--------------------- drivers/gpu/drm/radeon/radeon_asic.c | 6 - drivers/gpu/drm/radeon/radeon_asic.h | 243 ++++++++++++++++++++++---------- drivers/gpu/drm/radeon/radeon_device.c | 16 ++- 8 files changed, 193 insertions(+), 250 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel