aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 00b29e0c5ce0..5b54d756cd54 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -21,6 +21,7 @@
21#include <linux/pm.h> 21#include <linux/pm.h>
22#include <asm/semaphore.h> 22#include <asm/semaphore.h>
23#include <asm/atomic.h> 23#include <asm/atomic.h>
24#include <asm/device.h>
24 25
25#define DEVICE_NAME_SIZE 50 26#define DEVICE_NAME_SIZE 50
26#define DEVICE_NAME_HALF __stringify(20) /* Less than half to accommodate slop */ 27#define DEVICE_NAME_HALF __stringify(20) /* Less than half to accommodate slop */
@@ -383,6 +384,8 @@ struct device {
383 384
384 struct dma_coherent_mem *dma_mem; /* internal for coherent mem 385 struct dma_coherent_mem *dma_mem; /* internal for coherent mem
385 override */ 386 override */
387 /* arch specific additions */
388 struct dev_archdata archdata;
386 389
387 /* class_device migration path */ 390 /* class_device migration path */
388 struct list_head node; 391 struct list_head node;