aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/device.c b/drivers/of/device.c
index 7f233d77d62f..6245f060fb77 100644
--- a/drivers/of/device.c
+++ b/drivers/of/device.c
@@ -1,13 +1,13 @@
1#include <linux/string.h> 1#include <linux/string.h>
2#include <linux/kernel.h> 2#include <linux/kernel.h>
3#include <linux/of.h> 3#include <linux/of.h>
4#include <linux/of_device.h>
4#include <linux/init.h> 5#include <linux/init.h>
5#include <linux/module.h> 6#include <linux/module.h>
6#include <linux/mod_devicetable.h> 7#include <linux/mod_devicetable.h>
7#include <linux/slab.h> 8#include <linux/slab.h>
8 9
9#include <asm/errno.h> 10#include <asm/errno.h>
10#include <asm/of_device.h>
11 11
12/** 12/**
13 * of_match_node - Tell if an device_node has a matching of_match structure 13 * of_match_node - Tell if an device_node has a matching of_match structure