1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

changed include path to linux/pci-dma-compat.h (propably for newer kernels)

This commit is contained in:
Christian Schneider 2016-05-26 12:20:00 +02:00
parent d5374c2728
commit b633f74265

View File

@ -25,7 +25,7 @@
#include "ddbridge.h"
#include "ddbridge-regs.h"
#include <asm-generic/pci-dma-compat.h>
#include <linux/pci-dma-compat.h>
static int adapter_alloc = 3;
module_param(adapter_alloc, int, 0444);