Module Name:    src
Committed By:   riastradh
Date:           Thu Mar  5 15:02:36 UTC 2015

Modified Files:
        src/sys/external/bsd/drm2/include/linux: i2c.h

Log Message:
Remove outdated comment.  The ->dev.parent stuff is part of the API.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/include/linux/i2c.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/i2c.h
diff -u src/sys/external/bsd/drm2/include/linux/i2c.h:1.6 src/sys/external/bsd/drm2/include/linux/i2c.h:1.7
--- src/sys/external/bsd/drm2/include/linux/i2c.h:1.6	Sat Aug 23 08:03:33 2014
+++ src/sys/external/bsd/drm2/include/linux/i2c.h	Thu Mar  5 15:02:36 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: i2c.h,v 1.6 2014/08/23 08:03:33 riastradh Exp $	*/
+/*	$NetBSD: i2c.h,v 1.7 2015/03/05 15:02:36 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -89,7 +89,7 @@ struct i2c_adapter {
 	unsigned int			class;
 	struct {
 		device_t	parent;
-	}				dev;	/* XXX Kludge for intel_dp.  */
+	}				dev;
 	void				*i2ca_adapdata;
 };
 

Reply via email to