diff --git a/arch/riscv/include/asm/Kbuild b/arch/riscv/include/asm/Kbuild index a365f30aae046..1c5e541eed852 100644 --- a/arch/riscv/include/asm/Kbuild +++ b/arch/riscv/include/asm/Kbuild @@ -40,6 +40,7 @@ generic-y += resource.h generic-y += scatterlist.h generic-y += sections.h generic-y += sembuf.h +generic-y += setup.h generic-y += shmbuf.h generic-y += shmparam.h generic-y += signal.h diff --git a/arch/riscv/include/asm/setup.h b/arch/riscv/include/asm/setup.h deleted file mode 100644 index 45e0499ab1c05..0000000000000 --- a/arch/riscv/include/asm/setup.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (C) 2012 Regents of the University of California - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation, version 2. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#ifndef _ASM_RISCV_SETUP_H -#define _ASM_RISCV_SETUP_H - -#include - -#endif /* _ASM_RISCV_SETUP_H */