X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fdma.c;h=d2c60a82279085e80d0a46edbc0a3557e9b87f83;hb=1ec7d99c16e69a9ed8ffeaa6c1846025b84bebad;hp=6a82bb716dace9bbcf0b469e3119fd10a95b9b1a;hpb=37e58df30063e229ee5157f9d1c1fa1d749917c2;p=linux-2.6 diff --git a/kernel/dma.c b/kernel/dma.c index 6a82bb716d..d2c60a8227 100644 --- a/kernel/dma.c +++ b/kernel/dma.c @@ -149,12 +149,7 @@ static const struct file_operations proc_dma_operations = { static int __init proc_dma_init(void) { - struct proc_dir_entry *e; - - e = create_proc_entry("dma", 0, NULL); - if (e) - e->proc_fops = &proc_dma_operations; - + proc_create("dma", 0, NULL, &proc_dma_operations); return 0; }