All of lore.kernel.org
 help / color / mirror / Atom feed
* [Kernel-janitors] [PATCH] - 2.6.2 - proc_fs.h - compiler cleanup
@ 2004-02-13 13:33 Ron Gage
  0 siblings, 0 replies; only message in thread
From: Ron Gage @ 2004-02-13 13:33 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 120 bytes --]

This patch eliminates "parameter defined but not used" warnings.
-- 
Ron Gage - LPIC1, MCP, A+, Net+
Pontiac, Michigan


[-- Attachment #2: proc_fs.h.diff --]
[-- Type: text/x-diff, Size: 389 bytes --]

--- linux-2.6.2.orig/include/linux/proc_fs.h	2004-02-03 22:45:13.000000000 -0500
+++ linux-2.6.2/include/linux/proc_fs.h	2004-02-13 08:03:31.000000000 -0500
@@ -138,6 +138,8 @@
 #else /* !CONFIG_PROC_DEVICETREE */
 static inline void proc_device_tree_add_node(struct device_node *np, struct proc_dir_entry *pde)
 {
+	np = np;
+	pde = pde;
 	return;
 }
 #endif /* CONFIG_PROC_DEVICETREE */

[-- Attachment #3: Type: text/plain, Size: 163 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-13 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-13 13:33 [Kernel-janitors] [PATCH] - 2.6.2 - proc_fs.h - compiler cleanup Ron Gage

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.