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:
parent
d5374c2728
commit
b633f74265
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "ddbridge.h"
|
#include "ddbridge.h"
|
||||||
#include "ddbridge-regs.h"
|
#include "ddbridge-regs.h"
|
||||||
#include <asm-generic/pci-dma-compat.h>
|
#include <linux/pci-dma-compat.h>
|
||||||
|
|
||||||
static int adapter_alloc = 3;
|
static int adapter_alloc = 3;
|
||||||
module_param(adapter_alloc, int, 0444);
|
module_param(adapter_alloc, int, 0444);
|
||||||
|
Loading…
Reference in New Issue
Block a user