cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"
Make PCI Device ID Tables be "const" to move them out of the data segment and remove a redundant check on CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN in t4_pci_id_tbl.h to guard the contents of the include file. Signed-off-by: Casey Leedom <leedom@chelsio.com> Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

zatwierdzone przez
David S. Miller

rodzic
933e0db118
commit
768ffc66b4
@@ -1172,7 +1172,7 @@ static struct pci_error_handlers csio_err_handler = {
|
||||
* Macros needed to support the PCI Device ID Table ...
|
||||
*/
|
||||
#define CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN \
|
||||
static struct pci_device_id csio_pci_tbl[] = {
|
||||
static const struct pci_device_id csio_pci_tbl[] = {
|
||||
/* Define for FCoE uses PF6 */
|
||||
#define CH_PCI_DEVICE_ID_FUNCTION 0x6
|
||||
|
||||
|
Reference in New Issue
Block a user