From 61441d066d8f7691ad3d9afdf1d3ae94a478c057 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 23 Oct 2015 21:26:54 +0200 Subject: remove compat from include, get new scripts working further update code, especially sound remove initramfs files for galaxys2 and d710 and a busybox binary --- include/compat/linux/compat-2.6.18.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 include/compat/linux/compat-2.6.18.h (limited to 'include/compat/linux/compat-2.6.18.h') diff --git a/include/compat/linux/compat-2.6.18.h b/include/compat/linux/compat-2.6.18.h deleted file mode 100755 index 5e0182b..0000000 --- a/include/compat/linux/compat-2.6.18.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef LINUX_26_18_COMPAT_H -#define LINUX_26_18_COMPAT_H - -#include - -/* Compat work for 2.6.18 */ -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)) - -#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) - -#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)) */ - -#endif /* LINUX_26_18_COMPAT_H */ -- cgit v1.1