aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2018-01-15 12:41:39 -0500
committerWolfram Sang <wsa@the-dreams.de>2018-01-17 18:08:20 -0500
commitf89813ec8ba4b46c7926325eb9835ef1c6793496 (patch)
tree3eabb0ad53566f1b23fc0334c99bb0a733f12657
parente199c285b66705bec2f63a9230f50dadfa6dc0fb (diff)
i2c: acorn: remove outdated path from file header
That path has gone away for a long time. Move the HW name upwards for a proper header. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r--drivers/i2c/busses/i2c-acorn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/i2c/busses/i2c-acorn.c b/drivers/i2c/busses/i2c-acorn.c
index a6f22d30a288..f4a5ae69bf6a 100644
--- a/drivers/i2c/busses/i2c-acorn.c
+++ b/drivers/i2c/busses/i2c-acorn.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * linux/drivers/acorn/char/i2c.c 2 * ARM IOC/IOMD i2c driver.
3 * 3 *
4 * Copyright (C) 2000 Russell King 4 * Copyright (C) 2000 Russell King
5 * 5 *
@@ -7,8 +7,6 @@
7 * it under the terms of the GNU General Public License version 2 as 7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
9 * 9 *
10 * ARM IOC/IOMD i2c driver.
11 *
12 * On Acorn machines, the following i2c devices are on the bus: 10 * On Acorn machines, the following i2c devices are on the bus:
13 * - PCF8583 real time clock & static RAM 11 * - PCF8583 real time clock & static RAM
14 */ 12 */