From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: [PATCH] include/linux/atalk.h - remove duplicate include Date: Sun, 09 Mar 2008 16:55:20 -0700 Message-ID: <1205106920.656.101.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: LKML To: netdev Return-path: Received: from 136-022.dsl.labridge.com ([206.117.136.22]:4365 "EHLO mail.perches.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755145AbYCIX4T (ORCPT ); Sun, 9 Mar 2008 19:56:19 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Joe Perches include/linux/atalk.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/linux/atalk.h b/include/linux/atalk.h index ced8a1e..e9ebac2 100644 --- a/include/linux/atalk.h +++ b/include/linux/atalk.h @@ -85,8 +85,6 @@ static inline struct atalk_sock *at_sk(struct sock *sk) return (struct atalk_sock *)sk; } -#include - struct ddpehdr { __be16 deh_len_hops; /* lower 10 bits are length, next 4 - hops */ __be16 deh_sum;