aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/soc/ixp4xx/ixp4xx-npe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/soc/ixp4xx/ixp4xx-npe.c b/drivers/soc/ixp4xx/ixp4xx-npe.c
index 15979d4376ab..bc10e3194809 100644
--- a/drivers/soc/ixp4xx/ixp4xx-npe.c
+++ b/drivers/soc/ixp4xx/ixp4xx-npe.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Intel IXP4xx Network Processor Engine driver for Linux 3 * Intel IXP4xx Network Processor Engine driver for Linux
3 * 4 *
4 * Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl> 5 * Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of version 2 of the GNU General Public License
8 * as published by the Free Software Foundation.
9 *
10 * The code is based on publicly available information: 7 * The code is based on publicly available information:
11 * - Intel IXP4xx Developer's Manual and other e-papers 8 * - Intel IXP4xx Developer's Manual and other e-papers
12 * - Intel IXP400 Access Library Software (BSD license) 9 * - Intel IXP400 Access Library Software (BSD license)