svn commit: r331502 - stable/11/sys/modules/i2c/iicbus

Andre Albsmeier Andre.Albsmeier at siemens.com
Thu Mar 29 04:43:58 UTC 2018


On Sat, 24-Mar-2018 at 22:50:59 +0000, Ian Lepore wrote:
> Author: ian
> Date: Sat Mar 24 22:50:59 2018
> New Revision: 331502
> URL: https://svnweb.freebsd.org/changeset/base/331502
> 
> Log:
>   MFC r329534-r329535
>   
>   r329534:
>   Arrange SRCS= as 1 file per line, alphabetical, so it's easier to maintain.
>   Whitespace only, no functional changes.
>   
>   r329535:
>   Add iic_recover_bus.c, now part of iicbus.  This should have been added
>   as part of r320463.

And this one probably too ;-).
 
--- Makefile.ORI        2018-03-29 06:40:08.695742000 +0200
+++ Makefile    2018-03-29 06:40:20.743473000 +0200
@@ -13,6 +13,7 @@
        iicbus_if.h \
        iiconf.c \
        iiconf.h \
+       opt_platform.h
 
 .if !empty(OPT_FDT)
 SRCS+= ofw_iicbus.c ofw_bus_if.h


More information about the svn-src-all mailing list