d6aee468e4
These are now unused. Remove. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20221127124942.1665522-3-npiggin@gmail.com
17 lines
239 B
C
17 lines
239 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* IRQ flags handling
|
|
*/
|
|
#ifndef _ASM_IRQFLAGS_H
|
|
#define _ASM_IRQFLAGS_H
|
|
|
|
#ifndef __ASSEMBLY__
|
|
/*
|
|
* Get definitions for arch_local_save_flags(x), etc.
|
|
*/
|
|
#include <asm/hw_irq.h>
|
|
|
|
#endif
|
|
|
|
#endif
|