staging: sm750fb: remove typedef for enum in ddk750_sii164.{c,h}
authorKeerthi Reddy <keerthigd4990@gmail.com>
Mon, 2 Oct 2017 09:32:03 +0000 (15:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Oct 2017 16:12:27 +0000 (18:12 +0200)
commit60d379e12916ebed0370dd16ee417a56085db1d4
treee303093f4ed0ae5da9a261228322c7c3c14b3a20
parent3ec58059d16ba2a9e47c697546e5cb92dbf4f10a
staging: sm750fb: remove typedef for enum in ddk750_sii164.{c,h}

Removing this will make sure that we are actually working with
enum. Also it is not a good coding style to use typedef.

In this commit remove typedef and also drop '_t' which traditionally
means typedef

Signed-off-by: Keerthi Reddy <keerthigd4990@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_sii164.c
drivers/staging/sm750fb/ddk750_sii164.h