diff options
Diffstat (limited to 'include/linux/tc.h')
| -rw-r--r-- | include/linux/tc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tc.h b/include/linux/tc.h index f92511e57cdb..a60639f37963 100644 --- a/include/linux/tc.h +++ b/include/linux/tc.h @@ -84,6 +84,7 @@ struct tc_dev {  					   device. */  	struct device	dev;		/* Generic device interface. */  	struct resource	resource;	/* Address space of this device. */ +	u64		dma_mask;	/* DMA addressable range. */  	char		vendor[9];  	char		name[9];  	char		firmware[9];  | 
