aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-acorn.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/i2c-acorn.c')
-rw-r--r--drivers/i2c/busses/i2c-acorn.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/i2c/busses/i2c-acorn.c b/drivers/i2c/busses/i2c-acorn.c
index fa3763e4b3ee..34bbbb8c52f6 100644
--- a/drivers/i2c/busses/i2c-acorn.c
+++ b/drivers/i2c/busses/i2c-acorn.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * ARM IOC/IOMD i2c driver. 3 * ARM IOC/IOMD i2c driver.
3 * 4 *
4 * Copyright (C) 2000 Russell King 5 * Copyright (C) 2000 Russell King
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * On Acorn machines, the following i2c devices are on the bus: 7 * On Acorn machines, the following i2c devices are on the bus:
11 * - PCF8583 real time clock & static RAM 8 * - PCF8583 real time clock & static RAM
12 */ 9 */