From be4a0f9ad7e17670d7a30c9e94d5dd918425f90a Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Fri, 11 Apr 2014 01:45:20 +0000 Subject: backports: nuke support for kernels < 3.0 mcgrof@drvbp1 ~/backports (git::master)$ time ./gentree.py --clean /home/mcgrof/linux-next /home/mcgrof/build/next-20140409 Copy original source files ... Apply patches ... Modify Kconfig tree ... Rewrite Makefiles and Kconfig files ... Done! real 1m30.186s user 9m25.180s sys 0m24.428s mcgrof@drvbp1 ~/build/next-20140409 $ time ckmake --allyesconfig 1 3.0.101 [ OK ] 2 3.1.10 [ OK ] 3 3.2.54 [ OK ] 4 3.3.8 [ OK ] 5 3.4.79 [ OK ] 6 3.5.7 [ OK ] 7 3.6.11 [ OK ] 8 3.7.10 [ OK ] 9 3.8.13 [ OK ] 10 3.9.11 [ OK ] 11 3.10.29 [ OK ] 12 3.11.10 [ OK ] 13 3.12.10 [ OK ] 14 3.13.2 [ OK ] 15 3.14-rc1 [ OK ] real 26m54.859s user 744m15.764s sys 83m47.440s Signed-off-by: Luis R. Rodriguez --- backport/backport-include/linux/debugfs.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 backport/backport-include/linux/debugfs.h (limited to 'backport/backport-include/linux/debugfs.h') diff --git a/backport/backport-include/linux/debugfs.h b/backport/backport-include/linux/debugfs.h deleted file mode 100644 index d2e6b387..00000000 --- a/backport/backport-include/linux/debugfs.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef __BACKPORT_LINUX_DEBUGFS_H -#define __BACKPORT_LINUX_DEBUGFS_H -#include_next -#include - - -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27) -#define debugfs_remove_recursive LINUX_BACKPORT(debugfs_remove_recursive) - -#if defined(CONFIG_DEBUG_FS) -void debugfs_remove_recursive(struct dentry *dentry); -#else -static inline void debugfs_remove_recursive(struct dentry *dentry) -{ } -#endif -#endif /* < 2.6.27 */ - -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35) -#if RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(6,4) -static inline struct dentry *debugfs_create_x64(const char *name, umode_t mode, - struct dentry *parent, - u64 *value) -{ - return debugfs_create_u64(name, mode, parent, value); -} -#endif -#endif - -#endif /* __BACKPORT_LINUX_DEBUGFS_H */ -- cgit v1.2.3