summaryrefslogtreecommitdiffstats
path: root/pciusb.c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-13 18:30:50 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-13 18:30:50 +0000
commit50439a90f1414fea7eef49974970ffd76ed97908 (patch)
tree09ad0198210fa916f9badf8151ddc62fc6eabaae /pciusb.c
parent4ae5c282bd5cf845cc6cfe8ddd9a9941d0fba0fe (diff)
downloadldetect-50439a90f1414fea7eef49974970ffd76ed97908.tar
ldetect-50439a90f1414fea7eef49974970ffd76ed97908.tar.gz
ldetect-50439a90f1414fea7eef49974970ffd76ed97908.tar.bz2
ldetect-50439a90f1414fea7eef49974970ffd76ed97908.tar.xz
ldetect-50439a90f1414fea7eef49974970ffd76ed97908.zip
switch from libmodprobe to new libkmod
Diffstat (limited to 'pciusb.c')
-rw-r--r--pciusb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pciusb.c b/pciusb.c
index b011873..9f7f4d5 100644
--- a/pciusb.c
+++ b/pciusb.c
@@ -9,7 +9,6 @@
#include <stdlib.h>
#include <string.h>
#include <dirent.h>
-#include <logging.h>
#include "common.h"
static void set_modules_from_modalias_file(struct pciusb_entry *e, char *modalias_path) {
@@ -105,9 +104,6 @@ extern int pciusb_find_modules(struct pciusb_entries *entries, const char *fpciu
char buf[2048];
int line;
- /* Makes module-init-tools quiet */
- set_quiet(1);
-
f = fh_open(fpciusbtable);
for (line = 1; fh_gets(buf, sizeof(buf) - 1, &f); line++) {