mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-17 15:28:31 +00:00
Merge ../linux-2.6
This commit is contained in:
@@ -52,7 +52,7 @@ static int ppc_htab_open(struct inode *inode, struct file *file)
|
||||
return single_open(file, ppc_htab_show, NULL);
|
||||
}
|
||||
|
||||
struct file_operations ppc_htab_operations = {
|
||||
const struct file_operations ppc_htab_operations = {
|
||||
.open = ppc_htab_open,
|
||||
.read = seq_read,
|
||||
.llseek = seq_lseek,
|
||||
|
||||
@@ -736,7 +736,7 @@ ibm_statusled_progress(char *s, unsigned short hex)
|
||||
hex = 0xfff;
|
||||
if (!notifier_installed) {
|
||||
++notifier_installed;
|
||||
notifier_chain_register(&panic_notifier_list,
|
||||
atomic_notifier_chain_register(&panic_notifier_list,
|
||||
&ibm_statusled_block);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user