Date: Mon, 25 Mar 2002 03:28:19 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: current@FreeBSD.org Cc: nsouch@FreeBSD.org Subject: LINT/NOTES broken after recent bktr(4) change Message-ID: <20020325032819.A81971@espresso.q9media.com>
next in thread | raw e-mail | index | archive | help
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/work/src/sys -I/work/src/sys/dev -I/work/src/sys/contrib/dev/acpica -I/work/src/sys/contrib/ipfilter -I/work/src/sys/../include -DGPROF -DGPROF4 -DGUPROF -D_KERNEL -ffreestanding -include opt_global.h -fno-common -malign-functions=4 -fno-builtin -mpreferred-stack-boundary=2 -Werror -pg -mprofiler-epilogue /work/src/sys/dev/bktr/bktr_i2c.c
/work/src/sys/dev/bktr/bktr_i2c.c: In function `bt848_i2c_attach':
/work/src/sys/dev/bktr/bktr_i2c.c:87: structure has no member named `i2c_sc'
/work/src/sys/dev/bktr/bktr_i2c.c:92: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:93: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:95: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:95: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:101: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:103: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c: In function `bt848_i2c_detach':
/work/src/sys/dev/bktr/bktr_i2c.c:113: structure has no member named `i2c_sc'
/work/src/sys/dev/bktr/bktr_i2c.c:119: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:119: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:122: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:122: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c: In function `bti2c_smb_callback':
/work/src/sys/dev/bktr/bktr_i2c.c:132: structure has no member named `i2c_sc'
/work/src/sys/dev/bktr/bktr_i2c.c:141: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:142: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:149: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:150: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c: In function `bti2c_iic_callback':
/work/src/sys/dev/bktr/bktr_i2c.c:165: structure has no member named `i2c_sc'
/work/src/sys/dev/bktr/bktr_i2c.c:174: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:175: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:182: dereferencing pointer to incomplete type
/work/src/sys/dev/bktr/bktr_i2c.c:183: dereferencing pointer to incomplete type
*** Error code 1
I think I've narrowed down the problem:
: revision 1.20
: date: 2002/03/23 15:47:08; author: nsouch; state: Exp; lines: +112 -192
: Major rework of the iicbus/smbus framework:
:
: - VIA chipset SMBus controllers added
: - alpm driver updated
: - Support for dynamic modules added
: - bktr FreeBSD smbus updated but not tested
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
: - cleanup
Best regards,
Mike Barcroft
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020325032819.A81971>
