View | Details | Raw Unified | Return to bug 66601
Collapse All | Expand All

(-)backports-3.13-rc2-1.org/compat/compat-3.7.c (+2 lines)
Lines 256-261 Link Here
256
256
257
#ifdef CONFIG_OF
257
#ifdef CONFIG_OF
258
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0))
258
#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0))
259
#include <linux/of.h>
260
259
/**
261
/**
260
 *	of_get_child_by_name - Find the child node by name for a given parent
262
 *	of_get_child_by_name - Find the child node by name for a given parent
261
 *	@node:	parent node
263
 *	@node:	parent node
(-)backports-3.13-rc2-1.org/compat/compat-3.8.c (+2 lines)
Lines 420-425 Link Here
420
EXPORT_SYMBOL_GPL(vm_iomap_memory);
420
EXPORT_SYMBOL_GPL(vm_iomap_memory);
421
421
422
#ifdef CONFIG_OF
422
#ifdef CONFIG_OF
423
#include <linux/of.h>
424
423
/**
425
/**
424
 * of_find_property_value_of_size
426
 * of_find_property_value_of_size
425
 *
427
 *

Return to bug 66601