mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	move compatibility stuff to dd_compat.h
This commit is contained in:
		| @@ -1,3 +1,11 @@ | ||||
| #include <linux/version.h> | ||||
|  | ||||
| #if (KERNEL_VERSION(3, 8, 0) <= LINUX_VERSION_CODE) | ||||
| #define __devexit | ||||
| #define __devinit | ||||
| #define __devinitconst | ||||
| #endif | ||||
|  | ||||
| #ifndef __has_attribute | ||||
| #define __has_attribute(x) 0 | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user