drm/msm: remove unused compile-test stub
authorRob Clark <robdclark@gmail.com>
Fri, 7 Nov 2014 23:11:02 +0000 (18:11 -0500)
committerRob Clark <robdclark@gmail.com>
Sun, 16 Nov 2014 19:27:36 +0000 (14:27 -0500)
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_drv.h

index 5901be4..5ab6c3d 100644 (file)
 #include <linux/types.h>
 #include <asm/sizes.h>
 
-
-#if defined(CONFIG_COMPILE_TEST) && !defined(CONFIG_ARCH_QCOM)
-/* stubs we need for compile-test: */
-static inline struct device *msm_iommu_get_ctx(const char *ctx_name)
-{
-       return NULL;
-}
-#endif
-
 #ifndef CONFIG_OF
 #include <mach/board.h>
 #include <mach/socinfo.h>