Revision 7fbcca25c0bf8679a751034f65428ff6291cd4ca authored by Linus Torvalds on 02 February 2010, 20:47:51 UTC, committed by Linus Torvalds on 02 February 2010, 20:47:51 UTC
* 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6:
  sh: Fix access to released memory in clk_debugfs_register_one()
  sh: Fix access to released memory in dwarf_unwinder_cleanup()
  usb: r8a66597-hdc disable interrupts fix
  spi: spi_sh_msiof: Fixed data sampling on the correct edge
2 parent s e770a0f + bc10e87
Raw File
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

obj-$(CONFIG_KS0108)		+= ks0108.o
obj-$(CONFIG_CFAG12864B)	+= cfag12864b.o cfag12864bfb.o
back to top