summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus/smbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/smbus/smbus.c')
-rw-r--r--sys/dev/smbus/smbus.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c
index f662d0b..03c8e2f3 100644
--- a/sys/dev/smbus/smbus.c
+++ b/sys/dev/smbus/smbus.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: smbus.c,v 1.2 1998/10/31 11:39:54 nsouch Exp $
+ * $Id: smbus.c,v 1.3 1998/11/22 22:01:42 nsouch Exp $
*
*/
#include <sys/param.h>
@@ -107,10 +107,10 @@ smbus_probe(device_t dev)
static int
smbus_attach(device_t dev)
{
- struct smbus_device *smbdev;
device_t child;
- char byte;
- u_short addr;
+#if 0
+ struct smbus_device *smbdev;
+#endif
bus_generic_attach(dev);
OpenPOWER on IntegriCloud