Browse Source

birq-1.1.1

Serj Kalichev 10 years ago
parent
commit
4ea8f136bf
2 changed files with 1 additions and 2 deletions
  1. 1 1
      configure.ac
  2. 0 1
      irq.c

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 m4_define([MAJOR_VERSION], 1)
 m4_define([MINOR_VERSION], 1)
-m4_define([MICRO_VERSION], 0)
+m4_define([MICRO_VERSION], 1)
 
 AC_PREREQ(2.59)
 AC_INIT([birq],

+ 0 - 1
irq.c

@@ -233,7 +233,6 @@ int irq_get_affinity(irq_t *irq)
 	return 0;
 }
 
-
 /* Parse /proc/interrupts to get actual IRQ list */
 int scan_irqs(lub_list_t *irqs, lub_list_t *balance_irqs, lub_list_t *pxms)
 {