From 38d86aaab55de29ce0a6fcdba805893b08f7bb3f Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Fri, 11 May 2012 15:24:24 +0100 Subject: gator: Default GATOR_MALI_INTERFACE_STYLE to '2' At the moment, we only have users with the old style interface, so make our life easier by making it the default. Signed-off-by: Jon Medhurst --- drivers/gator/gator_events_mali_400.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/gator/gator_events_mali_400.c b/drivers/gator/gator_events_mali_400.c index 65eeb4f37d9..a44cd8e7899 100644 --- a/drivers/gator/gator_events_mali_400.c +++ b/drivers/gator/gator_events_mali_400.c @@ -17,6 +17,14 @@ #include "gator_events_mali_common.h" #include "gator_events_mali_400.h" +#if !defined(GATOR_MALI_INTERFACE_STYLE) +/* + * At the moment, we only have users with the old style interface, so + * make our life easier by making it the default... + */ +#define GATOR_MALI_INTERFACE_STYLE (2) +#endif + /* * There are (currently) three different variants of the comms between gator and Mali: * 1 (deprecated): No software counter support -- cgit v1.2.3