提交 4884434c 编写于 作者: R Rickard Strandqvist 提交者: Greg Kroah-Hartman

staging: comedi: drivers: comedi_bond.c: Remove unneeded #define

Remove unneeded #define. This was previously included in a patch set
two but patchset one was taken by mistake.
Signed-off-by: NRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Reviewed-by: NIan Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 26561101
...@@ -61,8 +61,7 @@ struct bonded_device { ...@@ -61,8 +61,7 @@ struct bonded_device {
}; };
struct comedi_bond_private { struct comedi_bond_private {
# define MAX_BOARD_NAME 256 char name[256];
char name[MAX_BOARD_NAME];
struct bonded_device **devs; struct bonded_device **devs;
unsigned ndevs; unsigned ndevs;
unsigned nchans; unsigned nchans;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册