diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-23 04:29:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-24 07:26:56 -0400 |
commit | 5087b54ddc4f3a1007c0984177934c016d884639 (patch) | |
tree | 778bb1f6a7c213a03bbd08743564d4743df9b00b /drivers/net/sfc/boards.h | |
parent | c9597d4f89565b6562bd3026adbe6eac6c317f47 (diff) |
sfc: Remove boards.h, moving last remaining declaration to falcon.h
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/boards.h')
-rw-r--r-- | drivers/net/sfc/boards.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/sfc/boards.h b/drivers/net/sfc/boards.h deleted file mode 100644 index aaa72b0fea97..000000000000 --- a/drivers/net/sfc/boards.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | /**************************************************************************** | ||
2 | * Driver for Solarflare Solarstorm network controllers and boards | ||
3 | * Copyright 2007-2008 Solarflare Communications Inc. | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation, incorporated herein by reference. | ||
8 | */ | ||
9 | |||
10 | #ifndef EFX_BOARDS_H | ||
11 | #define EFX_BOARDS_H | ||
12 | |||
13 | extern void falcon_probe_board(struct efx_nic *efx, u16 revision_info); | ||
14 | |||
15 | #endif | ||