From f73cf632dfb43d6236210aa38038cc91fd053ff6 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Mon, 18 Mar 2013 09:22:50 -0700 Subject: [PATCH] hwmon: (nct6775) Allocate attributes dynamically from templates Static attribute allocation is large and very repetitive. Allocate attributes and attribute groups dynamically instead. This reduces the size of the driver source by more than 600 lines, and object size by more than 20k (more than 30%). Signed-off-by: Guenter Roeck --- Reading git-format-patch failed