From 3f214701761dc09ae21aa7250457ce17ed1a5179 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 12 Jan 2024 22:29:04 +0000 Subject: [PATCH] add license; ok kettenis@ --- sys/dev/pci/drm/include/linux/of_device.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/dev/pci/drm/include/linux/of_device.h b/sys/dev/pci/drm/include/linux/of_device.h index 2a5fb2293f1..68cde3d9205 100644 --- a/sys/dev/pci/drm/include/linux/of_device.h +++ b/sys/dev/pci/drm/include/linux/of_device.h @@ -1,3 +1,8 @@ +/* Public domain. */ + +#ifndef _LINUX_OF_DEVICE_H +#define _LINUX_OF_DEVICE_H + #include #include @@ -6,3 +11,5 @@ int __of_device_is_compatible(struct device_node *, const char *); __of_device_is_compatible(__of_node(n), (c)) int of_dma_configure(struct device *, struct device_node *, int); + +#endif -- 2.20.1