Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22d5579e authored by Grant Likely's avatar Grant Likely
Browse files

of: remove unused extern reference to devtree_lock



Neither the powerpc nor the microblaze code use devtree_lock anymore.
Remove the extern reference.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: default avatarMichal Simek <monstr@monstr.eu>
parent 7c7b60cb
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -30,8 +30,6 @@ extern struct device_node *of_chosen;


#define HAVE_ARCH_DEVTREE_FIXUPS
#define HAVE_ARCH_DEVTREE_FIXUPS


extern rwlock_t devtree_lock;	/* temporary while merging */

/* Other Prototypes */
/* Other Prototypes */
extern int early_uartlite_console(void);
extern int early_uartlite_console(void);


+0 −2
Original line number Original line Diff line number Diff line
@@ -67,8 +67,6 @@ int __initdata iommu_force_on;
unsigned long tce_alloc_start, tce_alloc_end;
unsigned long tce_alloc_start, tce_alloc_end;
#endif
#endif


extern rwlock_t devtree_lock;	/* temporary while merging */

/* export that to outside world */
/* export that to outside world */
struct device_node *of_chosen;
struct device_node *of_chosen;