]> git.karo-electronics.de Git - karo-tx-linux.git/commit
It is not necessary to share the same notifier.h.
authorAmerigo Wang <amwang@redhat.com>
Sat, 16 Jul 2011 13:31:10 +0000 (23:31 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 05:05:19 +0000 (15:05 +1000)
commitf0e5c1f870287a79456368cd59ae01af0ca1ee33
tree299d5bb86ddb19e5058d72e4cf3d418b53418790
parentb1b863c0bda91eca3f8d4bbf18a78d055f826851
It is not necessary to share the same notifier.h.
This patch already moves register_reboot_notifier()
and unregister_reboot_notifier() from kernel/notifier.c to
kernel/sys.c.

Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: David Miller <davem@davemloft.net>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/notifier.h
include/linux/reboot.h
kernel/notifier.c
kernel/sys.c