ACK: [PATCH 1/3] cpu: maxfreq: remove unused fwts_cpuinfo typedef

Alex Hung alex.hung at canonical.com
Thu Apr 25 05:39:54 UTC 2013


On 04/24/2013 05:25 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> The fwts_cpuinfo typedef is no longer used in this test, so remove it.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>   src/cpu/maxfreq/maxfreq.c | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/src/cpu/maxfreq/maxfreq.c b/src/cpu/maxfreq/maxfreq.c
> index 86aad42..a91ec30 100644
> --- a/src/cpu/maxfreq/maxfreq.c
> +++ b/src/cpu/maxfreq/maxfreq.c
> @@ -28,11 +28,6 @@
>   #define CPU_FREQ_PATH	"/sys/devices/system/cpu"
>   #define CPU_INFO_PATH	"/proc/cpuinfo"
>
> -typedef struct {
> -	int cpu;
> -	int speed;
> -} fwts_cpuinfo;
> -
>   static int maxfreq_max(const char *str)
>   {
>   	int max = -1;
>
Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list