radeon: Remove dead STANDALONE_MMIO defines
authorMatt Turner <mattst88@gmail.com>
Fri, 8 Feb 2013 01:21:22 +0000 (17:21 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 12 Feb 2013 07:18:11 +0000 (23:18 -0800)
commita79ce0c925809f0aeaa51b9c3122912c36c646d2
tree81bb01f33a50195762a7c4b6f71fbd00e7c5d74e
parent8b8bca06dff5b30da1ac97d18cc0e91acb13d516
radeon: Remove dead STANDALONE_MMIO defines

These were, at some point in the past, used to request that Xorg's
compiler.h export a static inline xf86ReadMmio32 instead of a function
pointer. compiler.h only has this option for DEC Alpha.

But Xorg's compiler.h isn't being included by either of these two files
and the radeon driver still works on Alpha, so the definitions are dead
and not needed.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
src/mesa/drivers/dri/radeon/radeon_ioctl.c
src/mesa/drivers/dri/radeon/radeon_screen.c