aboutsummaryrefslogtreecommitdiff
path: root/src/armsoc_driver.h
diff options
context:
space:
mode:
authorDave Barnish <dave.barnish@arm.com>2013-06-06 12:04:04 +0100
committerGerrit Code Review <gerrit@mpd-gerrit.cambridge.arm.com>2013-06-10 16:35:33 +0100
commit0bdb7382f3cb42bd4852397bb7723a5c607b7733 (patch)
tree003b1adc53a2d54ac85882bf9aff85e4034dd063 /src/armsoc_driver.h
parent257c6f1dfa1a3937b27cf500434647047ab33494 (diff)
Fixed some small defects
Change-Id: Id9164ab16c23ae406714d0f59ef35c75606d6700
Diffstat (limited to 'src/armsoc_driver.h')
-rw-r--r--src/armsoc_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/armsoc_driver.h b/src/armsoc_driver.h
index 118cf0d..6c9c29b 100644
--- a/src/armsoc_driver.h
+++ b/src/armsoc_driver.h
@@ -163,8 +163,6 @@ typedef struct _ARMSOCRec
#ifndef ARRAY_SIZE
# define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
#endif
-#define ALIGN(val, align) (((val) + (align) - 1) & ~((align) - 1))
-
/**
* drmmode functions..