Date: Thu, 14 Jun 2018 21:01:56 +0200 From: Emmanuel Vadot <manu@bidouilliste.com> To: "O. Hartmann" <ohartmann@walstatt.org> Cc: Emmanuel Vadot <manu@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r335159 - head/sys/dev/flash Message-ID: <20180614210156.2f1b5a496b2bdb0e7a1a25f5@bidouilliste.com> In-Reply-To: <20180614204041.4a13f192@thor.intern.walstatt.dynvpn.de> References: <201806141721.w5EHL91t094595@repo.freebsd.org> <20180614204041.4a13f192@thor.intern.walstatt.dynvpn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 Jun 2018 20:40:14 +0200 "O. Hartmann" <ohartmann@walstatt.org> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 >=20 > Am Thu, 14 Jun 2018 17:21:09 +0000 (UTC) > Emmanuel Vadot <manu@FreeBSD.org> schrieb: >=20 > > Author: manu > > Date: Thu Jun 14 17:21:09 2018 > > New Revision: 335159 > > URL: https://svnweb.freebsd.org/changeset/base/335159 > >=20 > > Log: > > mx25l: Add pnp info > >=20 > > Modified: > > head/sys/dev/flash/mx25l.c > >=20 > > Modified: head/sys/dev/flash/mx25l.c > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/sys/dev/flash/mx25l.c Thu Jun 14 17:20:47 2018 (r335158) > > +++ head/sys/dev/flash/mx25l.c Thu Jun 14 17:21:09 2018 (r335159) > > @@ -684,3 +684,4 @@ static driver_t mx25l_driver =3D { > > =20 > > DRIVER_MODULE(mx25l, spibus, mx25l_driver, mx25l_devclass, 0, 0); > > MODULE_DEPEND(mx25l, spibus, 1, 1, 1); > > +SPIBUS_PNP_INFO(compat_data); > > _______________________________________________ > > svn-src-head@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/svn-src-head > > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >=20 >=20 > This commit seems to break the buildkernel (with META_MODE set) at least = for me: Try with 335170. >=20 > - --- mx25l.o --- > /usr/src/sys/dev/flash/mx25l.c:687:17: error: use of undeclared identifie= r 'compat_data' > SPIBUS_PNP_INFO(compat_data); > ^ > /usr/src/sys/dev/flash/mx25l.c:687:17: error: use of undeclared identifie= r 'compat_data' > /usr/src/sys/dev/flash/mx25l.c:687:17: error: use of undeclared identifie= r 'compat_data' > /usr/src/sys/dev/flash/mx25l.c:687:17: error: use of undeclared identifie= r 'compat_data' > 4 errors generated. > - --- all_subdir_sound --- > - --- all_subdir_sound/driver/maestro --- > =3D=3D=3D> sound/driver/maestro (all) > - --- all_subdir_spi --- > *** [mx25l.o] Error code 1 >=20 > make[5]: stopped in /usr/src/sys/modules/spi/mx25l >=20 > Kind regards, >=20 > oh >=20 > - --=20 > O. Hartmann >=20 > Ich widerspreche der Nutzung oder =DCbermittlung meiner Daten f=FCr > Werbezwecke oder f=FCr die Markt- oder Meinungsforschung (=A7 28 Abs. 4 B= DSG). > -----BEGIN PGP SIGNATURE----- >=20 > iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWyK2qQAKCRDS528fyFhY > lACaAf9hn6Uv/qIkCPig6LHyyN6LQSlBckkYyhnArGjR/1idyXDUz5r1uWhG5V1w > O00d82TUe2ZIbDyZoIX7TOQMaA5dAgCg1yv2FDqhyIPVG42X6HkZwIRaiZX6t+xa > PrbwjAS+/o3ZHt/sXxk4S1CxVT6XJE8qTjeiGP+IuV4EznqvKNl3 > =3DwgZK > -----END PGP SIGNATURE----- --=20 Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180614210156.2f1b5a496b2bdb0e7a1a25f5>