aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2008-01-30 03:52:24 -0500
committerDavid S. Miller <davem@davemloft.net>2008-02-03 07:28:48 -0500
commit2fb9d6f5a39d7753d2d2cc286079a94e92440bcd (patch)
treea12acf5b5df6455280b866c3b7573582a6ed893e /drivers/net
parent775919bc23880f250ca1029a6420187ee4bb5b26 (diff)
EMAC driver: use simpler comment headers and strip out information that is maintained in the scm's log
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com> Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/bfin_mac.c32
-rw-r--r--drivers/net/bfin_mac.h31
2 files changed, 8 insertions, 55 deletions
diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c
index c6586cdb8b95..ed935e1baa26 100644
--- a/drivers/net/bfin_mac.c
+++ b/drivers/net/bfin_mac.c
@@ -1,35 +1,11 @@
1/* 1/*
2 * File: drivers/net/bfin_mac.c 2 * Blackfin On-Chip MAC Driver
3 * Based on:
4 * Maintainer:
5 * Bryan Wu <bryan.wu@analog.com>
6 * 3 *
7 * Original author: 4 * Copyright 2004-2007 Analog Devices Inc.
8 * Luke Yang <luke.yang@analog.com>
9 * 5 *
10 * Created: 6 * Enter bugs at http://blackfin.uclinux.org/
11 * Description:
12 * 7 *
13 * Modified: 8 * Licensed under the GPL-2 or later.
14 * 2006-12-19 Aidan Williams, multicast hash support
15 * Copyright 2004-2006 Analog Devices Inc.
16 *
17 * Bugs: Enter bugs at http://blackfin.uclinux.org/
18 *
19 * This program is free software ; you can redistribute it and/or modify
20 * it under the terms of the GNU General Public License as published by
21 * the Free Software Foundation ; either version 2, or (at your option)
22 * any later version.
23 *
24 * This program is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY ; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * GNU General Public License for more details.
28 *
29 * You should have received a copy of the GNU General Public License
30 * along with this program ; see the file COPYING.
31 * If not, write to the Free Software Foundation,
32 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33 */ 9 */
34 10
35#include <linux/init.h> 11#include <linux/init.h>
diff --git a/drivers/net/bfin_mac.h b/drivers/net/bfin_mac.h
index 5970ea7142cd..f774d5a36942 100644
--- a/drivers/net/bfin_mac.h
+++ b/drivers/net/bfin_mac.h
@@ -1,34 +1,11 @@
1/* 1/*
2 * File: drivers/net/bfin_mac.c 2 * Blackfin On-Chip MAC Driver
3 * Based on:
4 * Maintainer:
5 * Bryan Wu <bryan.wu@analog.com>
6 * 3 *
7 * Original author: 4 * Copyright 2004-2007 Analog Devices Inc.
8 * Luke Yang <luke.yang@analog.com>
9 * 5 *
10 * Created: 6 * Enter bugs at http://blackfin.uclinux.org/
11 * Description:
12 * 7 *
13 * Modified: 8 * Licensed under the GPL-2 or later.
14 * Copyright 2004-2006 Analog Devices Inc.
15 *
16 * Bugs: Enter bugs at http://blackfin.uclinux.org/
17 *
18 * This program is free software ; you can redistribute it and/or modify
19 * it under the terms of the GNU General Public License as published by
20 * the Free Software Foundation ; either version 2, or (at your option)
21 * any later version.
22 *
23 * This program is distributed in the hope that it will be useful,
24 * but WITHOUT ANY WARRANTY ; without even the implied warranty of
25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 * GNU General Public License for more details.
27 *
28 * You should have received a copy of the GNU General Public License
29 * along with this program ; see the file COPYING.
30 * If not, write to the Free Software Foundation,
31 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32 */ 9 */
33 10
34#define BFIN_MAC_CSUM_OFFLOAD 11#define BFIN_MAC_CSUM_OFFLOAD