[WCNCR00151687] perf: Fix build error on 3.10.23-arm

[Description]
Fix build error on 3.10.23-arm, which is introduced from
commit 4ea239643873 ("[WCNCR00151687] perf: Improve USB 2.0 peak
throughput on TV platform").

Change-Id: I7ef641378c01716f8d79051ac8b9c123ef30aa72
Feature: perf
Signed-off-by: Desmond Lin <desmond.lin@mediatek.com>
CR-Id: WCNCR00151687
diff --git a/os/linux/include/gl_os.h b/os/linux/include/gl_os.h
index 0f46b0e..d99b2bb 100644
--- a/os/linux/include/gl_os.h
+++ b/os/linux/include/gl_os.h
@@ -153,6 +153,7 @@
 #include <linux/firmware.h>	/* for firmware download */
 #include <linux/ctype.h>
 
+#include <linux/interrupt.h>
 
 #if defined(_HIF_USB)
 #include <linux/usb.h>
@@ -162,7 +163,6 @@
 
 #if defined(_HIF_PCIE)
 #include <linux/pci.h>
-#include <linux/interrupt.h>
 #endif
 
 #if defined(_HIF_SDIO)