hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/sfc/siena_sriov.c
....@@ -1,15 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /****************************************************************************
23 * Driver for Solarflare network controllers and boards
34 * Copyright 2010-2012 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.
85 */
96 #include <linux/pci.h>
107 #include <linux/module.h>
118 #include "net_driver.h"
129 #include "efx.h"
10
+#include "efx_channels.h"
1311 #include "nic.h"
1412 #include "io.h"
1513 #include "mcdi.h"