intel: implement intelCreateSampler()
diff --git a/icd/intel/dispatch_tables.c b/icd/intel/dispatch_tables.c
index 3cc99b1..1f0bc05 100644
--- a/icd/intel/dispatch_tables.c
+++ b/icd/intel/dispatch_tables.c
@@ -33,6 +33,7 @@
 #include "obj.h"
 #include "query.h"
 #include "queue.h"
+#include "sampler.h"
 #include "view.h"
 #include "dispatch_tables.h"
 
@@ -192,14 +193,6 @@
     return XGL_ERROR_UNAVAILABLE;
 }
 
-static XGL_RESULT XGLAPI intelCreateSampler(
-    XGL_DEVICE                                  device,
-    const XGL_SAMPLER_CREATE_INFO*              pCreateInfo,
-    XGL_SAMPLER*                                pSampler)
-{
-    return XGL_ERROR_UNAVAILABLE;
-}
-
 static XGL_RESULT XGLAPI intelCreateDescriptorSet(
     XGL_DEVICE                                  device,
     const XGL_DESCRIPTOR_SET_CREATE_INFO*       pCreateInfo,