netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm-proc-root-undeclared-error
@ 2017-02-07  9:07 Sreedhar
  2017-02-07  9:07 ` [PATCH] Fixed it by putting the proc cleanup code inside a #ifdef CONFIG_PROC_FS block Sreedhar
  2017-02-07  9:07 ` [PATCH] arm-proc-root-undeclared-error Sreedhar
  0 siblings, 2 replies; 3+ messages in thread
From: Sreedhar @ 2017-02-07  9:07 UTC (permalink / raw)
  To: davem, jarod, netdev, linux-kernel; +Cc: sreedhar donelli

From: sreedhar donelli <sreedhar.donelli@tcs.com>

*** BLURB HERE ***

sreedhar donelli (1):
  arm-proc-root-undeclared-error

 net/atm/clip.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
1.9.1

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Fixed it by putting the proc cleanup code inside a #ifdef CONFIG_PROC_FS block.
  2017-02-07  9:07 [PATCH] arm-proc-root-undeclared-error Sreedhar
@ 2017-02-07  9:07 ` Sreedhar
  2017-02-07  9:07 ` [PATCH] arm-proc-root-undeclared-error Sreedhar
  1 sibling, 0 replies; 3+ messages in thread
From: Sreedhar @ 2017-02-07  9:07 UTC (permalink / raw)
  To: davem, jarod, netdev, linux-kernel; +Cc: sreedhar donelli

From: sreedhar donelli <sreedhar.donelli@tcs.com>

*** BLURB HERE ***

sreedhar donelli (1):
  arm-proc-root-undeclared-error

 net/atm/clip.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
1.9.1

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] arm-proc-root-undeclared-error
  2017-02-07  9:07 [PATCH] arm-proc-root-undeclared-error Sreedhar
  2017-02-07  9:07 ` [PATCH] Fixed it by putting the proc cleanup code inside a #ifdef CONFIG_PROC_FS block Sreedhar
@ 2017-02-07  9:07 ` Sreedhar
  1 sibling, 0 replies; 3+ messages in thread
From: Sreedhar @ 2017-02-07  9:07 UTC (permalink / raw)
  To: davem, jarod, netdev, linux-kernel; +Cc: sreedhar donelli

From: sreedhar donelli <sreedhar.donelli@tcs.com>

---
 net/atm/clip.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/atm/clip.c b/net/atm/clip.c
index 53b4ac0..7a7cb4a 100644
--- a/net/atm/clip.c
+++ b/net/atm/clip.c
@@ -930,8 +930,9 @@ static void atm_clip_exit_noproc(void)
 
 static void __exit atm_clip_exit(void)
 {
+#ifdef CONFIG_PROC_FS
 	remove_proc_entry("arp", atm_proc_root);
-
+#endif
 	atm_clip_exit_noproc();
 }
 
-- 
1.9.1

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-07  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07  9:07 [PATCH] arm-proc-root-undeclared-error Sreedhar
2017-02-07  9:07 ` [PATCH] Fixed it by putting the proc cleanup code inside a #ifdef CONFIG_PROC_FS block Sreedhar
2017-02-07  9:07 ` [PATCH] arm-proc-root-undeclared-error Sreedhar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).