aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_ioctl.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-02-07 17:21:22 -0800
committerMatt Turner <[email protected]>2013-02-11 23:18:11 -0800
commita79ce0c925809f0aeaa51b9c3122912c36c646d2 (patch)
tree81bb01f33a50195762a7c4b6f71fbd00e7c5d74e /src/mesa/drivers/dri/radeon/radeon_ioctl.c
parent8b8bca06dff5b30da1ac97d18cc0e91acb13d516 (diff)
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 <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_ioctl.c')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_ioctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_ioctl.c b/src/mesa/drivers/dri/radeon/radeon_ioctl.c
index 4167820765b..d6419f34baa 100644
--- a/src/mesa/drivers/dri/radeon/radeon_ioctl.c
+++ b/src/mesa/drivers/dri/radeon/radeon_ioctl.c
@@ -49,8 +49,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "radeon_common.h"
#include "radeon_ioctl.h"
-#define STANDALONE_MMIO
-
#define RADEON_TIMEOUT 512
#define RADEON_IDLE_RETRY 16