X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fs390%2Fkernel%2Fprofile.c;h=b81aa1f569ca88637635f3e86e1945af67f1350b;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=7ba777eec1a8d404ffd7de2793119c31f752431d;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/arch/s390/kernel/profile.c b/arch/s390/kernel/profile.c index 7ba777eec..b81aa1f56 100644 --- a/arch/s390/kernel/profile.c +++ b/arch/s390/kernel/profile.c @@ -13,7 +13,7 @@ static struct proc_dir_entry * root_irq_dir; void init_irq_proc(void) { /* create /proc/irq */ - root_irq_dir = proc_mkdir("irq", 0); + root_irq_dir = proc_mkdir("irq", NULL); /* create /proc/irq/prof_cpu_mask */ create_prof_cpu_mask(root_irq_dir);