commit | 4120e26e3126914090087738c8e3aa371ab9eea5 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Jun 15 15:45:12 2011 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Jun 15 15:45:12 2011 +0200 |
tree | e43b01fe24ee62296d726204b1cc41fde74d0cf5 | |
parent | 176e69dd96d7bee2effcfb52cd8fbad570c89d0e [diff] [blame] |
Remove the useless define The less we have define for pm blocks the easier is to add more pm blocks. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff --git a/display.h b/display.h index ebd501a..f354195 100644 --- a/display.h +++ b/display.h
@@ -13,6 +13,8 @@ * - initial API and implementation *******************************************************************************/ +enum { CLOCK, REGULATOR, SENSOR }; + struct display_ops { int (*display)(void); int (*select)(void);