Skip to content
Snippets Groups Projects
Commit 690d15ae authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Fix compilation for Centos8

parent a54fe98c
No related branches found
No related tags found
1 merge request!56links
......@@ -522,14 +522,14 @@ void altera_pci_remove(struct pci_dev *dev)
pci_free_consistent(dev, PAGE_SIZE*bk_ptr->numpages, bk_ptr->rp_wr_buffer_virt_addr, bk_ptr->rp_wr_buffer_bus_addr);
kfree(bk_ptr);
printk(P40_INFO ": " "altera_dma_remove()," " " __DATE__ " " __TIME__ " " "\n");
printk(P40_INFO ": " "altera_dma_remove()," " " "\n");
}
int altera_dma_init(void)
{
int rc = 0;
printk(KERN_DEBUG P40_DRV_NAME ": " "altera_dma_init()," " " __DATE__ " " __TIME__ " " "\n");
printk(KERN_DEBUG P40_DRV_NAME ": " "altera_dma_init()," " " "\n");
pcie40_dma_class = class_create(THIS_MODULE, PCIE40_DMA_CLASS);
if (IS_ERR(pcie40_dma_class)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment