]> www.infradead.org Git - users/jedix/linux-maple.git/commit
enic: move struct definition from .c to .h file
authorSujith Sankar <ssujith@cisco.com>
Tue, 13 Oct 2015 09:46:19 +0000 (15:16 +0530)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 19 Oct 2015 20:39:02 +0000 (13:39 -0700)
commit5f1d44cc1c1fb12b21ec017108e662e0f89b0443
tree727271aaf12950f2c2efbf0c4fff620cf090381a
parented9a9169cf6aad20257dd1aa2733b2e30fbbf415
enic: move struct definition from .c to .h file

Some of the structure definitions are in .c file to make them private to
that file. This patch moves the struct definition to .h file, So that their
definitions are accessible from other files.

Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cisco/enic/vnic_dev.c
drivers/net/ethernet/cisco/enic/vnic_dev.h