Skip to content
Snippets Groups Projects
Commit 788b5b9e authored by root's avatar root
Browse files

Fix compilation for CentOS8

parent 7ada84cd
Branches
Tags
2 merge requests!6Master,!86links slc tool
......@@ -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.
Please register or to comment