Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xtensa: remove wrapper header for asm/param.h

xtensa's asm/device.h is a verbatim copy of asm-generic/device.h and
does not add any arch specific extensions. Thus, use the asm-generic
header directly.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>

authored by

Tobias Klauser and committed by
Max Filippov
536dcc9c b82d6cb4

+1 -18
+1
arch/xtensa/include/asm/Kbuild
··· 18 18 generic-y += local64.h 19 19 generic-y += mcs_spinlock.h 20 20 generic-y += mm-arch-hooks.h 21 + generic-y += param.h 21 22 generic-y += percpu.h 22 23 generic-y += preempt.h 23 24 generic-y += rwsem.h
-18
arch/xtensa/include/asm/param.h
··· 1 - /* 2 - * include/asm-xtensa/param.h 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 - * 8 - * Copyright (C) 2001 - 2005 Tensilica Inc. 9 - */ 10 - #ifndef _XTENSA_PARAM_H 11 - #define _XTENSA_PARAM_H 12 - 13 - #include <uapi/asm/param.h> 14 - 15 - # define HZ CONFIG_HZ /* internal timer frequency */ 16 - # define USER_HZ 100 /* for user interfaces in "ticks" */ 17 - # define CLOCKS_PER_SEC (USER_HZ) /* frequnzy at which times() counts */ 18 - #endif /* _XTENSA_PARAM_H */