diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-23 08:29:51 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-24 04:26:56 -0700 |
commit | 5087b54ddc4f3a1007c0984177934c016d884639 (patch) | |
tree | 778bb1f6a7c213a03bbd08743564d4743df9b00b /drivers/net/sfc/boards.h | |
parent | c9597d4f89565b6562bd3026adbe6eac6c317f47 (diff) | |
download | blackbird-op-linux-5087b54ddc4f3a1007c0984177934c016d884639.tar.gz blackbird-op-linux-5087b54ddc4f3a1007c0984177934c016d884639.zip |
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 @@ -/**************************************************************************** - * Driver for Solarflare Solarstorm network controllers and boards - * Copyright 2007-2008 Solarflare Communications Inc. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation, incorporated herein by reference. - */ - -#ifndef EFX_BOARDS_H -#define EFX_BOARDS_H - -extern void falcon_probe_board(struct efx_nic *efx, u16 revision_info); - -#endif |