| | From | "Luck, Tony" <> | | Date | Thu, 27 May 2010 11:40:41 -0700 | | Subject | RE: [PATCH-v2 3/8] cpuidle: make cpuidle_curr_driver static |
| |
+static inline cpuidle_driver *cpuidle_get_driver(void) {return NULL;} Close, but no cigar yet. You missed a "struct" keyword on this line. Add that, and it builds and boots for me.
-Tony
|