just noticed that, in include/uapi/drm/, there are three header files:
* armada_drm.h * etnaviv_drm.h * omap_drm.h
that are not referenced in the corresponding Kbuild file. is there any rationale for this? in general, is there *any* reason for header files under include/uapi/ to not be mentioned in their respective Kbuild files?
rday