diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-10-15 01:55:41 +0200 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2012-10-16 06:49:50 +0200 |
commit | 795ca178c4fbb4e5d703df8cdab5c1711ba402b1 (patch) | |
tree | 2373bdd14314e3d0aee2c616d602c7cd9d3bab47 /arch/xtensa/include/asm/div64.h | |
parent | UAPI: (Scripted) Disintegrate arch/xtensa/include/asm (diff) | |
download | linux-795ca178c4fbb4e5d703df8cdab5c1711ba402b1.tar.xz linux-795ca178c4fbb4e5d703df8cdab5c1711ba402b1.zip |
xtensa: Use Kbuild infrastructure to handle asm-generic headers
Use Kbuild infrastructure to handle the asm-generic headers
and remove the wrapper headers that call them.
This only affects headers that do nothing but include the generic
equivalent. It does not touch any header that does a little more.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/include/asm/div64.h')
-rw-r--r-- | arch/xtensa/include/asm/div64.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/xtensa/include/asm/div64.h b/arch/xtensa/include/asm/div64.h deleted file mode 100644 index f35678cb0a9b..000000000000 --- a/arch/xtensa/include/asm/div64.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * include/asm-xtensa/div64.h - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 2001 - 2007 Tensilica Inc. - */ - -#ifndef _XTENSA_DIV64_H -#define _XTENSA_DIV64_H - -#include <asm-generic/div64.h> - -#endif /* _XTENSA_DIV64_H */ |