Types: clean out unused variables from irq_info struct

no need for them anymore

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
Neil Horman 2017-08-08 14:35:31 -04:00 committed by Neil Horman
parent 10bb3d63d4
commit e97714ca02
1 changed files with 0 additions and 3 deletions

View File

@ -66,14 +66,11 @@ struct irq_info {
int flags;
struct topo_obj *numa_node;
cpumask_t cpumask;
cpumask_t affinity_hint;
int hint_policy;
uint64_t irq_count;
uint64_t last_irq_count;
uint64_t load;
int moved;
struct topo_obj *assigned_obj;
unsigned int warned;
char *name;
};