kernel/drivers/parisc/gsc.h
.. .. @@ -1,9 +1,8 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * drivers/parisc/gsc.h 3 4 * Declarations for functions in gsc.c 4 5 * Copyright (c) 2000-2002 Helge Deller, Matthew Wilcox 5 - *6 - * Distributed under the terms of the GPL, version 27 6 */ 8 7 9 8 #include <linux/interrupt.h> .. .. @@ -32,6 +31,7 @@ 32 31 int version; 33 32 int type; 34 33 int eim; 34 + struct gsc_irq gsc_irq;35 35 int global_irq[32]; 36 36 }; 37 37