Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 428 → Rev 429

/shark/trunk/drivers/i2c/i2c-core.c
21,10 → 21,12
All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl>
SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> */
 
/* $Id: i2c-core.c,v 1.1 2004-01-28 15:12:01 giacomo Exp $ */
/* $Id: i2c-core.c,v 1.2 2004-01-28 18:38:01 giacomo Exp $ */
 
/* #define DEBUG 1 */ /* needed to pick up the dev_dbg() calls */
 
#include <linuxcomp.h>
 
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>