[PATCH 13/18] sysctl extern cleanup - sg
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. Move sg_big_buff extern declaration to scsi/sg.h Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- include/scsi/sg.h | 5 +++++ kernel/sysctl.c | 5 +---- 2 files changed, 6 ins... 20 Feb 2010 10:12
[PATCH 09/18] sysctl extern cleanup - file nr
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. Move sysctl_nr_open_min, sysctl_nr_open_max extern declarations to linux/file.h Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- include/linux/file.h | 3 +++ kernel/sysctl.c | ... 20 Feb 2010 10:12
[PATCH 12/18] sysctl extern cleanup - module
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. Move modprobe_path extern declaration to linux/kmod.h Move modules_disabled extern declaration to linux/module.h Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- include/linux/kmod.h ... 20 Feb 2010 10:12
[PATCH 02/18] sysctl extern cleanup - signal
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. Move print_fatal_signals extern declaration to linux/signal.h Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- include/linux/signal.h | 3 +++ kernel/sysctl.c | 2 +- 2 fi... 20 Feb 2010 10:12
[PATCH 01/18] sysctl extern cleanup - C_A_D
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. Move C_A_D extern variable declaration to linux/reboot.h Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- include/linux/reboot.h | 3 +++ kernel/sysctl.c | 1 - 2 files ch... 20 Feb 2010 10:12
[PATCH] USB: serial: ftdi: add CONTEC vendor and product id
This is a patch to ftdi_sio_ids.h and ftdi_sio.c that adds identifiers for CONTEC USB serial converter. I tested it with the device COM-1(USB)H Signed-off-by: Daniel Sangorrin <daniel.sangorrin(a)gmail.com> --- drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++ 2 files... 20 Feb 2010 09:06
[PATCH] Fix __d_path for lazy unmounts
From: John Johansen <john.johansen(a)canonical.com> When __d_path() hits a lazily unmounted mount point, it tries to prepend the name of the lazily unmounted dentry to the path name. It gets this wrong, and also overwrites the slash that separates the name from the following pathname component. This patch fixes th... 20 Feb 2010 08:00
[PATCH 5/5] Staging: comedi: fix bracing and kfree issue in ni_670x.c This is a patch to the ni_670x.c file that fixes up brace and kfree issue found by checkpatch.pl tool Signed-off-by: Graham M Howe<gman.1352@googlemail.com>
--- drivers/staging/comedi/drivers/ni_670x.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/ni_670x.c b/drivers/staging/comedi/drivers/ni_670x.c index fc5f90f..352b917 100644 --- a/drivers/staging/comedi/drivers/ni_670x.c +++ b/drivers/staging/comedi/dri... 20 Feb 2010 08:00
(none)
T� na Seirbh�se Airgeadais fh�gra seo, t�imid ag tabhairt amach airgead go l�ir an duine, go bhfuil scam bh� ag daoine an Nig�ir, an rialtas. B�odh D�irt an t-airgead a bhfuil a aistri� chun t� ag tr� aontas thiar � An Nig�ir rialtais. Le do thoil go bhfuil a fhios m� t� t� scam ag An Nig�ir Cuir Chun seo to... 20 Feb 2010 06:56
[PATCH] si4713: enable support for si4711 FM-RDS transmitter
si4711 is extremely similar to si4713, except for the RNL measure feature which is absent. This patch introduce a 'features' field in the driver private structure which is then used to do the right thing. It should be generic enough to support the other members of the si471x family. Signed-off-by: Marc Zyngier... 20 Feb 2010 05:52