hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/net/ethernet/hisilicon/hns/hnae.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (c) 2014-2015 Hisilicon Limited.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation; either version 2 of the License, or
7
- * (at your option) any later version.
84 */
95
106 #ifndef __HNAE_H
....@@ -354,7 +350,7 @@
354350 };
355351
356352 struct hnae_queue {
357
- void __iomem *io_base;
353
+ u8 __iomem *io_base;
358354 phys_addr_t phy_base;
359355 struct hnae_ae_dev *dev; /* the device who use this queue */
360356 struct hnae_ring rx_ring ____cacheline_internodealigned_in_smp;