Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG UE
Commits
5d7086f5
Commit
5d7086f5
authored
Jul 24, 2014
by
ghaddab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5598
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
116b49d2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
69 deletions
+0
-69
targets/ARCH/EXMIMO/DRIVER/exmimo3/Module.symvers
targets/ARCH/EXMIMO/DRIVER/exmimo3/Module.symvers
+0
-0
targets/ARCH/EXMIMO/DRIVER/exmimo3/modules.order
targets/ARCH/EXMIMO/DRIVER/exmimo3/modules.order
+0
-1
targets/ARCH/EXMIMO/DRIVER/exmimo3/openair_rf.mod.c
targets/ARCH/EXMIMO/DRIVER/exmimo3/openair_rf.mod.c
+0
-68
No files found.
targets/ARCH/EXMIMO/DRIVER/exmimo3/Module.symvers
deleted
100644 → 0
View file @
116b49d2
targets/ARCH/EXMIMO/DRIVER/exmimo3/modules.order
deleted
100644 → 0
View file @
116b49d2
kernel//homes/ghaddab/riadh/openair4G/trunk/targets/ARCH/EXMIMO/DRIVER/eurecom/openair_rf.ko
targets/ARCH/EXMIMO/DRIVER/exmimo3/openair_rf.mod.c
deleted
100644 → 0
View file @
116b49d2
#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
struct
modversion_info
____versions
[]
__used
__attribute__
((
section
(
"__versions"
)))
=
{
{
0x4d6582e4
,
"module_layout"
},
{
0x6bc3fbc0
,
"__unregister_chrdev"
},
{
0x1fedf0f4
,
"__request_region"
},
{
0x12da5bb2
,
"__kmalloc"
},
{
0xf9a482f9
,
"msleep"
},
{
0xb8957094
,
"mem_map"
},
{
0x15692c87
,
"param_ops_int"
},
{
0x69a358a6
,
"iomem_resource"
},
{
0x763c5db
,
"dma_set_mask"
},
{
0x184a8a78
,
"pci_disable_device"
},
{
0x38620fb
,
"__register_chrdev"
},
{
0x3573f04f
,
"x86_dma_fallback_dev"
},
{
0xeae3dfd6
,
"__const_udelay"
},
{
0xb74d03f5
,
"pci_set_master"
},
{
0x2bc95bd4
,
"memset"
},
{
0x50eedeb8
,
"printk"
},
{
0xae88b44d
,
"ipipe_percpu"
},
{
0xfaef0ed
,
"__tasklet_schedule"
},
{
0x2f287f0d
,
"copy_to_user"
},
{
0xb4390f9a
,
"mcount"
},
{
0x16305289
,
"warn_slowpath_null"
},
{
0x7e61808f
,
"dma_release_from_coherent"
},
{
0x2072ee9b
,
"request_threaded_irq"
},
{
0x98fb1f75
,
"dma_alloc_from_coherent"
},
{
0xa8a6f639
,
"__check_region"
},
{
0x19c39034
,
"pci_bus_read_config_word"
},
{
0x7c61340c
,
"__release_region"
},
{
0x37a0cba
,
"kfree"
},
{
0xf85828f1
,
"remap_pfn_range"
},
{
0xec591975
,
"dma_supported"
},
{
0xedc03953
,
"iounmap"
},
{
0x7628f3c7
,
"this_cpu_off"
},
{
0x94828082
,
"pci_get_device"
},
{
0x471d2cd9
,
"pci_iomap"
},
{
0x436c2179
,
"iowrite32"
},
{
0xc1a6619
,
"pci_enable_device"
},
{
0x362ef408
,
"_copy_from_user"
},
{
0xf358d5ac
,
"dma_ops"
},
{
0xe484e35f
,
"ioread32"
},
{
0xf20dabd8
,
"free_irq"
},
};
static
const
char
__module_depends
[]
__used
__attribute__
((
section
(
".modinfo"
)))
=
"depends="
;
MODULE_INFO
(
srcversion
,
"BAA63F2436D299D87A90400"
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment