Skip to content

Commit

Permalink
[MIPS] Yosemite: Fix warnings in i2c-yoesmite by deleting the unused …
Browse files Browse the repository at this point in the history
…code.

arch/mips/pmc-sierra/yosemite/i2c-yosemite.c: In function 'titan_i2c_xfer':
arch/mips/pmc-sierra/yosemite/i2c-yosemite.c:98: warning: 'data' may be used uninitialized in this function

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent 4d8506b commit daa4a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 189 deletions.
4 changes: 3 additions & 1 deletion arch/mips/pmc-sierra/yosemite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Makefile for the PMC-Sierra Titan
#

obj-y += irq.o i2c-yosemite.o prom.o py-console.o setup.o
obj-y += irq.o prom.o py-console.o setup.o

obj-$(CONFIG_KGDB) += dbg_io.o
obj-$(CONFIG_SMP) += smp.o

EXTRA_CFLAGS += -Werror
188 changes: 0 additions & 188 deletions arch/mips/pmc-sierra/yosemite/i2c-yosemite.c

This file was deleted.

0 comments on commit daa4a68

Please sign in to comment.