diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/gcd.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/gcd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ANDROID_3.4.5/include/linux/gcd.h b/ANDROID_3.4.5/include/linux/gcd.h deleted file mode 100644 index 69f5e8a0..00000000 --- a/ANDROID_3.4.5/include/linux/gcd.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _GCD_H -#define _GCD_H - -#include <linux/compiler.h> - -unsigned long gcd(unsigned long a, unsigned long b) __attribute_const__; - -#endif /* _GCD_H */ |