
Remove nowhere referenced file. (egrep "filename\." didn't find anything)

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj/include/linux/netfilter_ipv6/ip6_logging.h |   20 --------------------
 1 files changed, 20 deletions(-)

diff -L include/linux/netfilter_ipv6/ip6_logging.h -puN include/linux/netfilter_ipv6/ip6_logging.h~remove_file-include_linux_netfilter_ipv6_ip6_logging.h /dev/null
--- kj/include/linux/netfilter_ipv6/ip6_logging.h
+++ /dev/null	2004-12-24 01:21:08.000000000 +0100
@@ -1,20 +0,0 @@
-/* IPv6 macros for the nternal logging interface. */
-#ifndef __IP6_LOGGING_H
-#define __IP6_LOGGING_H
-
-#ifdef __KERNEL__
-#include <linux/socket.h>
-#include <linux/netfilter_logging.h>
-
-#define nf_log_ip6_packet(pskb,hooknum,in,out,fmt,args...) \
-	nf_log_packet(AF_INET6,pskb,hooknum,in,out,fmt,##args)
-
-#define nf_log_ip6(pfh,len,fmt,args...) \
-	nf_log(AF_INET6,pfh,len,fmt,##args)
-
-#define nf_ip6_log_register(logging) nf_log_register(AF_INET6,logging)
-#define nf_ip6_log_unregister(logging) nf_log_unregister(AF_INET6,logging)
-	
-#endif /*__KERNEL__*/
-
-#endif /*__IP6_LOGGING_H*/
_

