diff options
Diffstat (limited to 'drivers/net/bfin_mac.c')
-rw-r--r-- | drivers/net/bfin_mac.c | 32 |
1 files changed, 4 insertions, 28 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> |