[Armadeus-commitlog] SF.net SVN: armadeus:[845] trunk/target/linux/modules/fpga/Wb_led/led.mod.c
Brought to you by:
sszy
|
From: <ar...@us...> - 2008-07-21 17:44:52
|
Revision: 845
http://armadeus.svn.sourceforge.net/armadeus/?rev=845&view=rev
Author: artemys
Date: 2008-07-21 17:45:01 +0000 (Mon, 21 Jul 2008)
Log Message:
-----------
[LINUX] remove led.mod.c file from Wb_led driver
Removed Paths:
-------------
trunk/target/linux/modules/fpga/Wb_led/led.mod.c
Deleted: trunk/target/linux/modules/fpga/Wb_led/led.mod.c
===================================================================
--- trunk/target/linux/modules/fpga/Wb_led/led.mod.c 2008-07-21 17:27:09 UTC (rev 844)
+++ trunk/target/linux/modules/fpga/Wb_led/led.mod.c 2008-07-21 17:45:01 UTC (rev 845)
@@ -1,21 +0,0 @@
-#include <linux/module.h>
-#include <linux/vermagic.h>
-#include <linux/compiler.h>
-
-MODULE_INFO(vermagic, VERMAGIC_STRING);
-
-struct module __this_module
-__attribute__((section(".gnu.linkonce.this_module"))) = {
- .name = KBUILD_MODNAME,
- .init = init_module,
-#ifdef CONFIG_MODULE_UNLOAD
- .exit = cleanup_module,
-#endif
- .arch = MODULE_ARCH_INIT,
-};
-
-static const char __module_depends[]
-__attribute_used__
-__attribute__((section(".modinfo"))) =
-"depends=";
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|