diff --git a/BUILD.bazel b/BUILD.bazel index 5df071cea56e..e2a937666cb4 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1504,11 +1504,12 @@ ddk_headers( name = "all_headers_unsafe", hdrs = [ "drivers/gpu/drm/virtio/virtgpu_trace.h", + "drivers/pinctrl/core.h", ], # The list of include directories where source files can #include headers # from. In other words, these are the `-I` option to the C compiler. # Unsafe include directories are appended to ccflags-y. - includes = [], + includes = ["drivers/pinctrl"], visibility = ["//visibility:private"], )