linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: wilc1000: compilation error fixes & cleanup changes
@ 2018-08-12  4:47 Ajay Singh
  2018-08-12  4:47 ` [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type Ajay Singh
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Ajay Singh @ 2018-08-12  4:47 UTC (permalink / raw)
  To: linux-wireless
  Cc: devel, gregkh, ganesh.krishna, venkateswara.kaja, aditya.shankar,
	claudiu.beznea, adham.abozaeid, Ajay Singh

This patch series contains the changes to avoid below compilation error.

 "drivers/staging/wilc1000/wilc_debugfs.o:(.data+0x10): undefined
 reference to `__this_module'"

Split the changes into multiple patches, as discussed in [1].

[1]. https://www.spinics.net/lists/linux-wireless/msg176009.html

Ajay Singh (5):
  staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type
  staging: wilc1000: fixes for undefined reference to `__this_module'
    error
  staging: wilc1000: remove the use of 'wilc_debugfs_info_t' struct
  staging: wilc1000: change permission to 0600 in debugfs_create_file()
    call
  staging: wilc1000: use void return for wilc_debugfs_init()

 drivers/staging/wilc1000/linux_wlan.c   |  1 -
 drivers/staging/wilc1000/wilc_debugfs.c | 48 +++++----------------------------
 drivers/staging/wilc1000/wilc_sdio.c    |  7 +++++
 drivers/staging/wilc1000/wilc_spi.c     |  7 +++++
 drivers/staging/wilc1000/wilc_wlan_if.h |  7 ++++-
 5 files changed, 26 insertions(+), 44 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-08-14 13:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-12  4:47 [PATCH 0/5] staging: wilc1000: compilation error fixes & cleanup changes Ajay Singh
2018-08-12  4:47 ` [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type Ajay Singh
2018-08-12 11:29   ` Greg KH
2018-08-12 11:48     ` Ajay Singh
2018-08-12 15:24       ` Greg KH
2018-08-13  4:36         ` Ajay Singh
2018-08-12  4:47 ` [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error Ajay Singh
2018-08-12  6:42   ` Greg KH
2018-08-12 11:22     ` Ajay Singh
2018-08-12 11:27       ` Greg KH
2018-08-12 11:35   ` Greg KH
2018-08-12 12:18     ` Ajay Singh
2018-08-12 15:23       ` Greg KH
2018-08-14 10:56       ` Dan Carpenter
2018-08-14 11:10         ` Arend van Spriel
2018-08-14 11:10         ` Ajay Singh
2018-08-12  4:47 ` [PATCH 3/5] staging: wilc1000: remove the use of 'wilc_debugfs_info_t' struct Ajay Singh
2018-08-12  4:47 ` [PATCH 4/5] staging: wilc1000: change permission to 0600 in debugfs_create_file() call Ajay Singh
2018-08-12 11:36   ` Greg KH
2018-08-12  4:47 ` [PATCH 5/5] staging: wilc1000: use void return for wilc_debugfs_init() Ajay Singh

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