display: Enable clang for all display modules

Change-Id: I71e3fa3f7d44253b8e01d1eafe086b1898d65a8e
This commit is contained in:
Naseer Ahmed
2015-11-02 20:34:29 -05:00
parent efd6a35316
commit b8ecfbf5a7
14 changed files with 64 additions and 86 deletions

View File

@@ -43,14 +43,6 @@
#include <profiler.h>
#define EVEN_OUT(x) if (x & 0x0001) {x--;}
/** min of int a, b */
static inline int min(int a, int b) {
return (a<b) ? a : b;
}
/** max of int a, b */
static inline int max(int a, int b) {
return (a>b) ? a : b;
}
enum {
PAGE_FLIP = 0x00000001,