lkml.org 
[lkml]   [2003]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
From
Subjectlinux-2.4.22-pre3 Compiler warning, Makefile insert
Date
Hallo,

Compiler warning:
hid-core.c:879: Warnung: implicit declaration of function `hiddev_report_event'

Makefile insert:
make clean, make mrproper - lib/crc32tahle.h wird nicht entfernt.

mfg: Werner Schmidtdiff -Naur linux-2.4.22-pre3/include/linux/hiddev.h linux-2.4.22-pre4/include/linux/hiddev.h
--- linux-2.4.22-pre3/include/linux/hiddev.h 2003-07-06 11:20:50.000000000 +0200
+++ linux-2.4.22-pre4/include/linux/hiddev.h 2003-07-06 12:25:13.000000000 +0200
@@ -204,6 +204,7 @@
void hiddev_disconnect(struct hid_device *);
void hiddev_hid_event(struct hid_device *hid, struct hid_field *field,
struct hid_usage *usage, __s32 value);
+void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
int __init hiddev_init(void);
void __exit hiddev_exit(void);
#elsediff -Naur linux-2.4.22-pre3/Makefile linux-2.5.2-pre4/Makefile
--- linux-2.4.21-pre3/Makefile 2003-07-06 11:20:44.000000000 +0200
+++ linux-2.4.22-pre4/Makefile 2003-07-06 12:14:13.000000000 +0200
@@ -220,6 +221,7 @@
drivers/scsi/aic7xxx/aicasm/aicdb.h \
drivers/scsi/aic7xxx/aicasm/y.tab.h \
drivers/scsi/53c700_d.h \
+ lib/crc32table.h \
net/khttpd/make_times_h \
net/khttpd/times.h \
submenu*
@@ -241,6 +243,7 @@
drivers/sound/pndspini.c \
drivers/atm/fore200e_*_fw.c drivers/atm/.fore200e_*.fw \
.version .config* config.in config.old \
+ lib/crc32table.h \
scripts/tkparse scripts/kconfig.tk scripts/kconfig.tmp \
scripts/lxdialog/*.o scripts/lxdialog/lxdialog \
.menuconfig.log \
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.022 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site