[kernel] r22136 - dists/sid/linux/debian/patches/debian

Ben Hutchings benh at moszumanska.debian.org
Mon Dec 8 03:06:51 UTC 2014


Author: benh
Date: Mon Dec  8 03:06:51 2014
New Revision: 22136

Log:
Fix definition of of_property_count_strings() to be extern

Modified:
   dists/sid/linux/debian/patches/debian/of-fix-abi-changes.patch

Modified: dists/sid/linux/debian/patches/debian/of-fix-abi-changes.patch
==============================================================================
--- dists/sid/linux/debian/patches/debian/of-fix-abi-changes.patch	Mon Dec  8 02:01:01 2014	(r22135)
+++ dists/sid/linux/debian/patches/debian/of-fix-abi-changes.patch	Mon Dec  8 03:06:51 2014	(r22136)
@@ -24,7 +24,7 @@
  /**
   *	of_find_node_by_name - Find a node by its "name" property
   *	@from:	The node to start searching from or NULL, the node
-@@ -1460,6 +1466,52 @@ int of_property_read_string_helper(struc
+@@ -1460,6 +1466,51 @@ int of_property_read_string_helper(struc
  }
  EXPORT_SYMBOL_GPL(of_property_read_string_helper);
  
@@ -40,8 +40,7 @@
 + * does not have a value, and -EILSEQ if the string is not null-terminated
 + * within the length of the property data.
 + */
-+static inline int of_property_count_strings(struct device_node *np,
-+					    const char *propname)
++int of_property_count_strings(struct device_node *np, const char *propname)
 +{
 +	return of_property_read_string_helper(np, propname, NULL, 0, 0);
 +}



More information about the Kernel-svn-changes mailing list