mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 12:56:18 +07:00
i7300_idle: struct device - replace bus_id with dev_name(), dev_set_name()
CC: Andy Henroid <andrew.d.henroid@intel.com> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d927e38c6c
commit
24f81a7047
@ -177,7 +177,7 @@ static int __init i7300_idle_ioat_selftest(u8 *ctl,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct device dummy_dma_dev = {
|
static struct device dummy_dma_dev = {
|
||||||
.bus_id = "fallback device",
|
.init_name = "fallback device",
|
||||||
.coherent_dma_mask = DMA_64BIT_MASK,
|
.coherent_dma_mask = DMA_64BIT_MASK,
|
||||||
.dma_mask = &dummy_dma_dev.coherent_dma_mask,
|
.dma_mask = &dummy_dma_dev.coherent_dma_mask,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user