]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
update mach-omap2/pm.c for struct subsystem removal
authorPaul Walmsley <paul@pwsan.com>
Tue, 8 May 2007 21:39:00 +0000 (15:39 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 8 May 2007 22:24:38 +0000 (15:24 -0700)
commit1ad29237b231fef4e5a22125e1a4f5658ac1a330
tree06175ecb6318e7f331018433c5ba706c394c53bf
parentda664efc74ff19fa987f085afb673563de313c21
update mach-omap2/pm.c for struct subsystem removal

'struct subsystem' is no more, replaced with 'struct kset': commit
823bccfc4002296ba88c3ad0f049e1abd8108d30.  Fixes the following
warnings:

  CC      arch/arm/mach-omap2/pm.o
arch/arm/mach-omap2/pm.c:410: warning: 'struct subsystem' declared inside parameter list
arch/arm/mach-omap2/pm.c:410: warning: its scope is only this definition or declaration, which is probably not what you want
arch/arm/mach-omap2/pm.c:417: warning: 'struct subsystem' declared inside parameter list
arch/arm/mach-omap2/pm.c:434: warning: initialization from incompatible pointer type
arch/arm/mach-omap2/pm.c:435: warning: initialization from incompatible pointer type

Compile-tested only.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm.c