| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | #ifndef _I8042_IO_H |
|---|
| 2 | 3 | #define _I8042_IO_H |
|---|
| 3 | 4 | |
|---|
| 4 | | -/* |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 6 | | - * under the terms of the GNU General Public License version 2 as published by |
|---|
| 7 | | - * the Free Software Foundation. |
|---|
| 8 | | - */ |
|---|
| 9 | 5 | |
|---|
| 10 | 6 | /* |
|---|
| 11 | 7 | * Names. |
|---|
| .. | .. |
|---|
| 24 | 20 | # define I8042_AUX_IRQ (RTC_PORT(0) == 0x170 ? 9 : 12) /* Jensen is special */ |
|---|
| 25 | 21 | #elif defined(__arm__) |
|---|
| 26 | 22 | /* defined in include/asm-arm/arch-xxx/irqs.h */ |
|---|
| 27 | | -#include <asm/irq.h> |
|---|
| 28 | | -#elif defined(CONFIG_SH_CAYMAN) |
|---|
| 29 | 23 | #include <asm/irq.h> |
|---|
| 30 | 24 | #elif defined(CONFIG_PPC) |
|---|
| 31 | 25 | extern int of_i8042_kbd_irq; |
|---|