]> www.infradead.org Git - users/willy/xarray.git/commitdiff
powerpc: Remove obsolete radix-tree includes
authorMatthew Wilcox <willy@infradead.org>
Thu, 25 Oct 2018 19:38:24 +0000 (15:38 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 9 Aug 2019 01:38:12 +0000 (21:38 -0400)
This code hasn't used the radix tree API since 2012.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
arch/powerpc/include/asm/irq.h
arch/powerpc/kernel/irq.c

index 814dfab7e392ed677446d1a2dfc7cc4ab852ce0e..95a577d466e80ae7bcc1e7662b306823896f05e3 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/irqdomain.h>
 #include <linux/threads.h>
 #include <linux/list.h>
-#include <linux/radix-tree.h>
 
 #include <asm/types.h>
 #include <linux/atomic.h>
index 5645bc9cbc09a28c1fbc324743e4d568c3033dc6..3a4e74934cc2bf4daf41df0bc86e47e09d432688 100644 (file)
@@ -44,7 +44,6 @@
 #include <linux/profile.h>
 #include <linux/bitops.h>
 #include <linux/list.h>
-#include <linux/radix-tree.h>
 #include <linux/mutex.h>
 #include <linux/pci.h>
 #include <linux/debugfs.h>