Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106347
b: refs/heads/master
c: d70b67c
h: refs/heads/master
i:
  106345: 109fbb3
  106343: 0376b5d
v: v3
  • Loading branch information
Miklos Szeredi authored and Al Viro committed Jul 27, 2008
1 parent 73048e4 commit 55cfde4
Show file tree
Hide file tree
Showing 120 changed files with 340 additions and 24,960 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c7c204aeca51ccfad63caab4fcdc5d8026c0fd8
refs/heads/master: d70b67c8bc72ee23b55381bd6a884f4796692f77
6 changes: 0 additions & 6 deletions trunk/Documentation/isdn/README.mISDN

This file was deleted.

6 changes: 2 additions & 4 deletions trunk/drivers/firmware/memmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,12 @@ int __init firmware_map_add_early(resource_size_t start, resource_size_t end,

static ssize_t start_show(struct firmware_map_entry *entry, char *buf)
{
return snprintf(buf, PAGE_SIZE, "0x%llx\n",
(unsigned long long)entry->start);
return snprintf(buf, PAGE_SIZE, "0x%llx\n", entry->start);
}

static ssize_t end_show(struct firmware_map_entry *entry, char *buf)
{
return snprintf(buf, PAGE_SIZE, "0x%llx\n",
(unsigned long long)entry->end);
return snprintf(buf, PAGE_SIZE, "0x%llx\n", entry->end);
}

static ssize_t type_show(struct firmware_map_entry *entry, char *buf)
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/isdn/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

menuconfig ISDN
bool "ISDN support"
tristate "ISDN support"
depends on NET
depends on !S390
---help---
Expand All @@ -21,8 +21,6 @@ menuconfig ISDN

if ISDN

source "drivers/isdn/mISDN/Kconfig"

menuconfig ISDN_I4L
tristate "Old ISDN4Linux (deprecated)"
---help---
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/isdn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

obj-$(CONFIG_ISDN_I4L) += i4l/
obj-$(CONFIG_ISDN_CAPI) += capi/
obj-$(CONFIG_MISDN) += mISDN/
obj-$(CONFIG_ISDN_CAPI) += hardware/
obj-$(CONFIG_ISDN_DIVERSION) += divert/
obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/isdn/hardware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

obj-$(CONFIG_CAPI_AVM) += avm/
obj-$(CONFIG_CAPI_EICON) += eicon/
obj-$(CONFIG_MISDN) += mISDN/
25 changes: 0 additions & 25 deletions trunk/drivers/isdn/hardware/mISDN/Kconfig

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/drivers/isdn/hardware/mISDN/Makefile

This file was deleted.

Loading

0 comments on commit 55cfde4

Please sign in to comment.