]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/thunderbolt/tb.c
Merge tag 'vfs-5.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / drivers / thunderbolt / tb.c
index bb763a5cf103c8b4d7ca2772e522cbd64a4b0a31..ea8727f769d639c82fc70f08833246e3df658b3f 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/slab.h>
 #include <linux/errno.h>
 #include <linux/delay.h>
-#include <linux/platform_data/x86/apple.h>
 
 #include "tb.h"
 #include "tb_regs.h"
@@ -990,9 +989,6 @@ struct tb *tb_probe(struct tb_nhi *nhi)
        struct tb_cm *tcm;
        struct tb *tb;
 
-       if (!x86_apple_machine)
-               return NULL;
-
        tb = tb_domain_alloc(nhi, sizeof(*tcm));
        if (!tb)
                return NULL;