Messages in this thread Patch in this message |  | | Subject | [PATCH v2 17/24] microblaze: Remove empty <uapi/asm/setup.h> | Date | Sat, 10 Dec 2022 22:13:51 -0800 | From | Palmer Dabbelt <> |
| |
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com> --- arch/microblaze/include/uapi/asm/setup.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 arch/microblaze/include/uapi/asm/setup.h
diff --git a/arch/microblaze/include/uapi/asm/setup.h b/arch/microblaze/include/uapi/asm/setup.h deleted file mode 100644 index 51aed65880e7..000000000000 --- a/arch/microblaze/include/uapi/asm/setup.h +++ /dev/null @@ -1,18 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ -/* - * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> - * Copyright (C) 2007-2009 PetaLogix - * Copyright (C) 2006 Atmark Techno, Inc. - * - * 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. - */ - -#ifndef _UAPI_ASM_MICROBLAZE_SETUP_H -#define _UAPI_ASM_MICROBLAZE_SETUP_H - -# ifndef __ASSEMBLY__ - -# endif /* __ASSEMBLY__ */ -#endif /* _UAPI_ASM_MICROBLAZE_SETUP_H */ -- 2.38.1
|  |