Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 428 → Rev 429

/shark/trunk/drivers/makefile
1,5 → 1,5
 
dirs := $(filter-out CVS cvs bttv makefile linuxc24 linuxc26, $(wildcard *))
dirs := $(filter-out CVS cvs cm7326 newpci makefile linuxc26, $(wildcard *))
p_all := $(addprefix prefixall_, $(dirs))
p_install := $(addprefix prefixinstall_, $(dirs))
p_clean := $(addprefix prefixclean_, $(dirs))
/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>