falcon.c (e98bdb3059cbf2b1cd4261e126b08429f64466c3) falcon.c (174cd4b1e5fbd0d74c68cf3a74f5bd4923485512)
1/****************************************************************************
2 * Driver for Solarflare network controllers and boards
3 * Copyright 2005-2006 Fen Systems Ltd.
4 * Copyright 2006-2013 Solarflare Communications Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation, incorporated herein by reference.
9 */
10
11#include <linux/bitops.h>
12#include <linux/delay.h>
13#include <linux/pci.h>
14#include <linux/module.h>
15#include <linux/seq_file.h>
16#include <linux/i2c.h>
17#include <linux/mii.h>
18#include <linux/slab.h>
1/****************************************************************************
2 * Driver for Solarflare network controllers and boards
3 * Copyright 2005-2006 Fen Systems Ltd.
4 * Copyright 2006-2013 Solarflare Communications Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation, incorporated herein by reference.
9 */
10
11#include <linux/bitops.h>
12#include <linux/delay.h>
13#include <linux/pci.h>
14#include <linux/module.h>
15#include <linux/seq_file.h>
16#include <linux/i2c.h>
17#include <linux/mii.h>
18#include <linux/slab.h>
19#include <linux/sched/signal.h>
20
19#include "net_driver.h"
20#include "bitfield.h"
21#include "efx.h"
22#include "nic.h"
23#include "farch_regs.h"
24#include "io.h"
25#include "phy.h"
26#include "workarounds.h"

--- 2877 unchanged lines hidden ---
21#include "net_driver.h"
22#include "bitfield.h"
23#include "efx.h"
24#include "nic.h"
25#include "farch_regs.h"
26#include "io.h"
27#include "phy.h"
28#include "workarounds.h"

--- 2877 unchanged lines hidden ---