All of lore.kernel.org
 help / color / mirror / Atom feed
From: Meghana Madhyastha <meghana.madhyastha@gmail.com>
To: gregkh@linuxfoundation.org, outreachy-kernel@googlegroups.com
Subject: [PATCH 3/3] Staging: vc04_services: Remove commented lines
Date: Tue, 12 Sep 2017 23:23:34 +0530	[thread overview]
Message-ID: <6f42903a2604ac3e057e92382fff0ecff839ccc3.1505234866.git.meghana.madhyastha@gmail.com> (raw)
In-Reply-To: <cover.1505234866.git.meghana.madhyastha@gmail.com>

Remove the commented extern declarations
as they are not used.

Signed-off-by: Meghana Madhyastha <meghana.madhyastha@gmail.com>
---
 drivers/staging/vc04_services/interface/vchi/vchi.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/vc04_services/interface/vchi/vchi.h b/drivers/staging/vc04_services/interface/vchi/vchi.h
index 7281a01..c1c9073 100644
--- a/drivers/staging/vc04_services/interface/vchi/vchi.h
+++ b/drivers/staging/vc04_services/interface/vchi/vchi.h
@@ -343,8 +343,6 @@ extern int32_t vchi_bulk_queue_transmit( VCHI_SERVICE_HANDLE_T handle,
 
 // function prototypes for the different mid layers (the state info gives the different physical connections)
 extern const struct opaque_vchi_connection_api_t *single_get_func_table( void );
-//extern const struct opaque_vchi_connection_api_t *local_server_get_func_table( void );
-//extern const struct opaque_vchi_connection_api_t *local_client_get_func_table( void );
 
 // declare all message drivers here
 const VCHI_MESSAGE_DRIVER_T *vchi_mphi_message_driver_func_table( void );
-- 
2.7.4



  parent reply	other threads:[~2017-09-12 17:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-12 17:39 [PATCH 0/3] Staging: vc04_services: Code cleanup Meghana Madhyastha
2017-09-12 17:52 ` [PATCH 2/3] Staging: vc04_services: Replace "foo * bar" with "foo *bar" Meghana Madhyastha
2017-09-12 20:43   ` Greg KH
2017-09-12 17:53 ` Meghana Madhyastha [this message]
2017-09-12 20:43   ` [PATCH 3/3] Staging: vc04_services: Remove commented lines Greg KH
2017-09-12 17:55 ` [PATCH 1/3] Staging: vc04_services: Remove 80 columns error Meghana Madhyastha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6f42903a2604ac3e057e92382fff0ecff839ccc3.1505234866.git.meghana.madhyastha@gmail.com \
    --to=meghana.madhyastha@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.