sparc: Create common header file for prom_{32,64}.c

This is where common declarations will go as we unify
these files as much as possible into common code.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2008-12-04 20:12:20 -08:00
parent b28017f57f
commit 657f201df6
3 changed files with 12 additions and 6 deletions

View File

@@ -25,9 +25,7 @@
#include <asm/prom.h>
#include <asm/oplib.h>
extern struct device_node *allnodes; /* temporary while merging */
extern rwlock_t devtree_lock; /* temporary while merging */
#include "prom.h"
struct device_node *of_find_node_by_phandle(phandle handle)
{