From patchwork Thu Aug 28 11:44:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rasmus Villemoes X-Patchwork-Id: 383804 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DE78B14010C for ; Thu, 28 Aug 2014 21:46:30 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751819AbaH1Lpi (ORCPT ); Thu, 28 Aug 2014 07:45:38 -0400 Received: from mail-la0-f54.google.com ([209.85.215.54]:40334 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751326AbaH1LpB (ORCPT ); Thu, 28 Aug 2014 07:45:01 -0400 Received: by mail-la0-f54.google.com with SMTP id b17so742828lan.41 for ; Thu, 28 Aug 2014 04:45:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rasmusvillemoes.dk; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=1wPA1rhcgHMmidyOXKq3ZQYFgEA4zvkJQBP0mh/ztOY=; b=FmV3gXXN8GGbDskQzbELW7VNKqPbE2kxRV/+FKllw8bUCENyB1sTW6MSDCS4KPyMkh Uar6rgGEA1AqdxcKxQtgZFQGalQ19DAPaCKB/8jxXuJIAl5M9AnWKxRwV2ioG7aCs/VQ sSdA2yUX8L8vhcWqmogczCdpQqMV4RGNuTdew= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=1wPA1rhcgHMmidyOXKq3ZQYFgEA4zvkJQBP0mh/ztOY=; b=Dt+A8HuodxC7YcOmmFR9jF4IsPxUgw7luMsPsQXfdc5eh7342xOVcgoNHtrpnKKHK3 /GnLX2kkwoscNkB4fqLMMBEwWJBWVIWiJwWbgPdeNAegOYoSQEwi9OH1/2KNSdqnEA82 y11/hqbtmDvWbKRqOed1dnh3HWVw1LT2pxnAlI6g74Ch1GDrjMa8rX9omV/RHsrHDN0V g2nzNXzpLEq9OZW7KGMN/bpBPqwQNHL1ESmzPYnq/VQrgdK1FMvc//HgYvOqDARIthw7 PUtCcA2tH4HGLh8qcjhw2dpm/Jwqb95s+OTYUkbLICBGR/9ec860yrp3eFFNCNyfanJn OsqA== X-Gm-Message-State: ALoCoQmyyBdQPvndxrDGXokQxe5KkHKT0n1hroaR2FdAyP6w77PfEOiQDW3qqIXLersC7BDo4VqO X-Received: by 10.112.90.197 with SMTP id by5mr3581654lbb.7.1409226300582; Thu, 28 Aug 2014 04:45:00 -0700 (PDT) Received: from spencer.imf.au.dk ([130.225.20.51]) by mx.google.com with ESMTPSA id zt1sm5566669lbc.31.2014.08.28.04.44.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Aug 2014 04:45:00 -0700 (PDT) From: Rasmus Villemoes To: "David S. Miller" , Paul Gortmaker Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Rasmus Villemoes Subject: [PATCH 4/4] include/rxrpc/types.h: Remove unused header Date: Thu, 28 Aug 2014 13:44:34 +0200 Message-Id: <1409226274-3202-5-git-send-email-linux@rasmusvillemoes.dk> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1409226274-3202-1-git-send-email-linux@rasmusvillemoes.dk> References: <1409226274-3202-1-git-send-email-linux@rasmusvillemoes.dk> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The header file include/rxrpc/types.h does not seem to be used anywhere. It was orphaned by 63b6be55 "[AF_RXRPC]: Delete the old RxRPC code.". Remove it. Signed-off-by: Rasmus Villemoes --- include/rxrpc/types.h | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 include/rxrpc/types.h diff --git a/include/rxrpc/types.h b/include/rxrpc/types.h deleted file mode 100644 index 30d48f6..0000000 --- a/include/rxrpc/types.h +++ /dev/null @@ -1,41 +0,0 @@ -/* types.h: Rx types - * - * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved. - * Written by David Howells (dhowells@redhat.com) - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ - -#ifndef _LINUX_RXRPC_TYPES_H -#define _LINUX_RXRPC_TYPES_H - -#include -#include -#include -#include -#include -#include - -typedef uint32_t rxrpc_seq_t; /* Rx message sequence number */ -typedef uint32_t rxrpc_serial_t; /* Rx message serial number */ -typedef __be32 rxrpc_seq_net_t; /* on-the-wire Rx message sequence number */ -typedef __be32 rxrpc_serial_net_t; /* on-the-wire Rx message serial number */ - -struct rxrpc_call; -struct rxrpc_connection; -struct rxrpc_header; -struct rxrpc_message; -struct rxrpc_operation; -struct rxrpc_peer; -struct rxrpc_service; -typedef struct rxrpc_timer rxrpc_timer_t; -struct rxrpc_transport; - -typedef void (*rxrpc_call_attn_func_t)(struct rxrpc_call *call); -typedef void (*rxrpc_call_error_func_t)(struct rxrpc_call *call); -typedef void (*rxrpc_call_aemap_func_t)(struct rxrpc_call *call); - -#endif /* _LINUX_RXRPC_TYPES_H */