Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/include/linux stub devm_add_action
details: https://anonhg.NetBSD.org/src/rev/25995c6c5728
branches: trunk
changeset: 1028180:25995c6c5728
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 09:46:05 2021 +0000
description:
stub devm_add_action
Author: Maya Rashish <maya%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/linux/device.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 079e1e009d71 -r 25995c6c5728 sys/external/bsd/drm2/include/linux/device.h
--- a/sys/external/bsd/drm2/include/linux/device.h Sun Dec 19 09:45:56 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/device.h Sun Dec 19 09:46:05 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: device.h,v 1.8 2021/12/19 09:45:56 riastradh Exp $ */
+/* $NetBSD: device.h,v 1.9 2021/12/19 09:46:05 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -87,4 +87,11 @@
{
}
+static inline int
+devm_add_action(struct device *parent, void (*func)(void *),
+ void *data)
+{
+ panic("TODO");
+}
+
#endif /* _LINUX_DEVICE_H_ */
Home |
Main Index |
Thread Index |
Old Index