aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/busses/i2c-mxs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/i2c/busses/i2c-mxs.c b/drivers/i2c/busses/i2c-mxs.c
index f62ae3d42232..642c58946d8d 100644
--- a/drivers/i2c/busses/i2c-mxs.c
+++ b/drivers/i2c/busses/i2c-mxs.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0+
1/* 2/*
2 * Freescale MXS I2C bus driver 3 * Freescale MXS I2C bus driver
3 * 4 *
@@ -7,12 +8,6 @@
7 * based on a (non-working) driver which was: 8 * based on a (non-working) driver which was:
8 * 9 *
9 * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved. 10 * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved.
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 */ 11 */
17 12
18#include <linux/slab.h> 13#include <linux/slab.h>