asm-generic: remove old nonatomic-io wrapper files
The two header files got moved to include/linux, and most users were already converted, this changes the remaining drivers and removes the files. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Vinod Koul <vinod.koul@intel.com> Acked-by: Simon Horman <simon.horman@netronome.com> Acked-by: Yisen Zhuang <yisen.zhuang@huawei.com>
This commit is contained in:
Родитель
3c047057d1
Коммит
a1cbaad75a
|
@ -16,7 +16,7 @@
|
|||
#include <linux/spinlock.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <asm-generic/io-64-nonatomic-lo-hi.h>
|
||||
#include <linux/io-64-nonatomic-lo-hi.h>
|
||||
|
||||
#include "virt-dma.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* (at your option) any later version.
|
||||
*/
|
||||
|
||||
#include <asm-generic/io-64-nonatomic-hi-lo.h>
|
||||
#include <linux/io-64-nonatomic-hi-lo.h>
|
||||
#include <linux/of_mdio.h>
|
||||
#include "hns_dsaf_main.h"
|
||||
#include "hns_dsaf_mac.h"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include <linux/interrupt.h>
|
||||
#include <linux/netdevice.h>
|
||||
#include <linux/pci.h>
|
||||
#include <asm-generic/io-64-nonatomic-hi-lo.h>
|
||||
#include <linux/io-64-nonatomic-hi-lo.h>
|
||||
|
||||
#include "nfp_net_ctrl.h"
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
/* XXX: delete asm-generic/io-64-nonatomic-hi-lo.h after converting new users */
|
||||
#include <linux/io-64-nonatomic-hi-lo.h>
|
|
@ -1,2 +0,0 @@
|
|||
/* XXX: delete asm-generic/io-64-nonatomic-lo-hi.h after converting new users */
|
||||
#include <linux/io-64-nonatomic-lo-hi.h>
|
Загрузка…
Ссылка в новой задаче