linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] staging: iio: meter: Header file maintenance
@ 2017-02-26 18:38 Katie Dunne
  2017-02-26 18:42 ` [RFC 1/3] staging: iio: meter: Remove unused definitions Katie Dunne
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Katie Dunne @ 2017-02-26 18:38 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: jic23, knaack.h, lars, pmeerw, gregkh, linux-iio

Remove unnecessary definitons, collapse header file into source,
and clean up includes in implemenation.

This is an RFC because the placement of the definitions is somewhat
subjective, and I've attempted to follow examples in upstream subsystems
by placing them near their implementation.

Katie Dunne (3):
  staging: iio: meter: Remove unused definitions
  staging: iio: meter: Move header content to implementation file
  staging: iio: meter: Clean up #includes

 drivers/staging/iio/meter/ade7753.c | 70 ++++++++++++++++++++++++++++++++----
 drivers/staging/iio/meter/ade7753.h | 72 -------------------------------------
 2 files changed, 63 insertions(+), 79 deletions(-)
 delete mode 100644 drivers/staging/iio/meter/ade7753.h

-- 
2.7.4

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

end of thread, other threads:[~2017-02-26 18:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-26 18:38 [RFC 0/3] staging: iio: meter: Header file maintenance Katie Dunne
2017-02-26 18:42 ` [RFC 1/3] staging: iio: meter: Remove unused definitions Katie Dunne
2017-02-26 18:45 ` [RFC 2/3] staging: iio: meter: Move header content to implementation file Katie Dunne
2017-02-26 18:48 ` [RFC 3/3] staging: iio: meter: Clean up #includes Katie Dunne

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