linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] remove unused
@ 2004-12-12 19:50 Adrian Bunk
  2004-12-12 20:21 ` J. Bruce Fields
  2004-12-28  2:46 ` David S. Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Bunk @ 2004-12-12 19:50 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel

I wasn't able to find any usage of this file (it seems the 
EXPORT_SYMBOL's were moved away, but deleting the filw was forgotten).


diffstat output:
 net/sunrpc/auth_gss/sunrpcgss_syms.c |   37 ---------------------------
 1 files changed, 37 deletions(-)


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-rc2-mm4-full/net/sunrpc/auth_gss/sunrpcgss_syms.c	2004-10-18 23:54:39.000000000 +0200
+++ /dev/null	2004-11-25 03:16:25.000000000 +0100
@@ -1,37 +0,0 @@
-#include <linux/config.h>
-#include <linux/module.h>
-
-#include <linux/types.h>
-#include <linux/socket.h>
-#include <linux/sched.h>
-#include <linux/uio.h>
-#include <linux/unistd.h>
-
-#include <linux/sunrpc/auth_gss.h>
-#include <linux/sunrpc/svcauth_gss.h>
-#include <linux/sunrpc/gss_asn1.h>
-#include <linux/sunrpc/gss_krb5.h>
-
-/* svcauth_gss.c: */
-EXPORT_SYMBOL(svcauth_gss_register_pseudoflavor);
-
-/* registering gss mechanisms to the mech switching code: */
-EXPORT_SYMBOL(gss_mech_register);
-EXPORT_SYMBOL(gss_mech_unregister);
-EXPORT_SYMBOL(gss_mech_get);
-EXPORT_SYMBOL(gss_mech_get_by_pseudoflavor);
-EXPORT_SYMBOL(gss_mech_get_by_name);
-EXPORT_SYMBOL(gss_mech_put);
-EXPORT_SYMBOL(gss_pseudoflavor_to_service);
-EXPORT_SYMBOL(gss_service_to_auth_domain_name);
-
-/* generic functionality in gss code: */
-EXPORT_SYMBOL(g_make_token_header);
-EXPORT_SYMBOL(g_verify_token_header);
-EXPORT_SYMBOL(g_token_size);
-EXPORT_SYMBOL(make_checksum);
-EXPORT_SYMBOL(krb5_encrypt);
-EXPORT_SYMBOL(krb5_decrypt);
-
-/* debug */
-EXPORT_SYMBOL(print_hexl);

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

* Re: [2.6 patch] remove unused
  2004-12-12 19:50 [2.6 patch] remove unused Adrian Bunk
@ 2004-12-12 20:21 ` J. Bruce Fields
  2004-12-28  2:46 ` David S. Miller
  1 sibling, 0 replies; 3+ messages in thread
From: J. Bruce Fields @ 2004-12-12 20:21 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: netdev, linux-kernel

On Sun, Dec 12, 2004 at 08:50:47PM +0100, Adrian Bunk wrote:
> I wasn't able to find any usage of this file (it seems the 
> EXPORT_SYMBOL's were moved away, but deleting the filw was forgotten).

Yep.--b.

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

* Re: [2.6 patch] remove unused
  2004-12-12 19:50 [2.6 patch] remove unused Adrian Bunk
  2004-12-12 20:21 ` J. Bruce Fields
@ 2004-12-28  2:46 ` David S. Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David S. Miller @ 2004-12-28  2:46 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: netdev, linux-kernel

On Sun, 12 Dec 2004 20:50:47 +0100
Adrian Bunk <bunk@stusta.de> wrote:

> I wasn't able to find any usage of this file (it seems the 
> EXPORT_SYMBOL's were moved away, but deleting the filw was forgotten).

Applied, thanks.

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

end of thread, other threads:[~2004-12-28  2:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-12 19:50 [2.6 patch] remove unused Adrian Bunk
2004-12-12 20:21 ` J. Bruce Fields
2004-12-28  2:46 ` David S. Miller

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).